Apache Ivy:本地ivy缓存和本地存储库之间的区别

发布于 2025-01-07 09:18:47 字数 168 浏览 0 评论 0原文

默认情况下,ivy 在您的 /.ivy2 目录下安装“本地缓存”。但是,如果我决定在同一台计算机上“托管”本地存储库,例如在 /workbench/ivy/ 上,那么这两个概念有何不同?缓存与工件存储库不是同一件事吗?

By default Ivy installs a "local cache" under your <HOME>/.ivy2 directory. But if I decide to "host" a local repository on the same machine, say, at <HOME>/workbench/ivy/, then how are these two concepts different? Isn't a cache the same thing as an artifact repository?

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

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

发布评论

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

评论(1

已下线请稍等 2025-01-14 09:18:47

概念页面描述了 ivy 缓存的功能及其包含的文件类型:

http://ant.apache.org/ivy/history/latest-milestone/concept.html

简而言之,ivy 缓存旨在提高性能,并不意味着是文件的最终副本构建取决于。永远不会发布到缓存。这就是 ivy 存储库的用途。

附加说明:

  • 有一个 ivy cleancache 任务,旨在清除ivy的缓存(建议定期进行某些操作,以应对行为不当的存储库)
  • 在Maven-land中,“本地”存储库也用作缓存...... ivy具有更清晰的目的分离。

The concepts page describes the function of the ivy cache and the kinds of file it contains:

http://ant.apache.org/ivy/history/latest-milestone/concept.html

In a nutshell, the ivy cache is designed to improve performance, it's not meant to be the definitive copy of the files a build depends on. One never publishes to the cache. This is what an ivy repository is used for.

Additonal notes:

  • There is an ivy cleancache task designed to purge ivy's cache (Something which is recommended, periodically, to cater for misbehaving repositories)
  • In Maven-land the "local" repository is also used as a cache..... ivy has a cleaner separation of purpose.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文