Maven 3 和时间戳

发布于 2024-12-09 13:38:35 字数 533 浏览 0 评论 0原文

我有关于 Maven 3 和 Nexus 存储库的各种问题。在我们的 Nexus 存储库中,我只想解决时间戳依赖性。也就是说,我想阻止将带时间戳的依赖项下载到我的本地存储库。而且在我的 Nexus 配置中,只有最新的快照 jar 版本是完全没问题的。

我的问题是关于关系和本地存储库的时间戳依赖关系。

  1. 在存储库中仅拥有最新快照是一个好的做法吗?为什么或为什么不呢?
  2. 我已经在部署插件 false 的父 pom 的插件管理部分完成了操作,但在 hudson 我仍然继续在 jar 上看到时间戳,就像这样 bundle- service-client-1.0-20110209.145744-25
  3. 我在另一个问题上看到了一条评论,

带有时间戳的工件永远不应该在您的本地中看到 (~/.m2/repository) 存储库。如果是,则说明有问题。

为什么?

I have various questions regarding Maven 3 and Nexus repository. At our nexus repository I would like to resolve only timestamp dependencies. That is to say I would like to prevent downloading timestapped dependencies to my local repository. And also at my nexus configuration having only latest snapshot jar for a version is totally fine.

My question is regarding timestamped dependencies at nexus and local repository.

  1. Is having only latest Snapshot at repository a good practice? Why or why not?
  2. I have done at my plugin management section of the parent pom of the deploy plugin <uniqueVersion>false</uniqueVersion> but at hudson I still continue to see timestamps at jar like this bundle-service-client-1.0-20110209.145744-25
  3. I have came across a comment at another question,

The timestamped artifacts should never be see inside your local
(~/.m2/repository) repository. If they are, something is wrong.

Why?

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

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

发布评论

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

评论(1

子栖 2024-12-16 13:38:35

引用 中的相关部分Maven 3.x 兼容性说明

发行版的设置为 false
存储库在版本 3.x 中无效,快照工件将
始终使用带时间戳的版本进行部署。

另外,请查看 this nexus jira bug 中的评论,对您的其他问题进行很好的解释问题。

Quoting from the relevant section in Maven 3.x Compatibility Notes

The setting false for a distribution
repository has no effect in version 3.x, snapshot artifacts will
always be deployed using a timestamped version.

Also, look at the comments in this nexus jira bug on a nice explanation to your other questions.

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