从 IVY 存储库中删除孤立 JAR

发布于 2024-12-11 12:36:26 字数 66 浏览 0 评论 0原文

如何从 IVY 存储库中查找我的项目未使用的孤立 JAR。 另外,删除它们的最佳方法是什么。

提前致谢

HOW to find orphan JARs from IVY repository, not used by my project.
Also, what is best way to remove them.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泛泛之交 2024-12-18 12:36:26

拥有存储库的目的是归档您的项目和任何其他项目使用的 jar。为了确定“未使用”的内容,您需要询问您拥有的每个项目,构建传递依赖矩阵,并删除不在其上的内容。

我使用 rm 来删除未使用的内容,但我也不试图超越我的存储库。

最快、最简单的方法是在构建项目时清除存储库并重新填充它。

The point of having the repository is to archive jars that are used by your project and any other. In order to determine what was "unused" you'd need to interrogate every project you have, build the transitive dependency matrix, and delete stuff not on it.

I use rm to remove unused stuff, but I also don't try to out-think my repository.

The quickest, easiest thing to do is to blow away the repository and repopulate it as you build your projects.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文