'假 '在行家3
为什么 maven 3 在 pom.xml 的快照存储库配置中贬值 false?其背后的动机是什么?
<snapshotRepository>
<id>snapshots</id>
<url>http://nexus.mycompany.local/content/repositories/snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
谢谢
Why maven 3 depreciated false at Snapshot repository configuration at pom.xml? What is the motivation behind it?
<snapshotRepository>
<id>snapshots</id>
<url>http://nexus.mycompany.local/content/repositories/snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如你的其他问题中的回答,这个关系错误说明了为什么 uniqueVersion 首先存在以及为什么它在 maven3 中不可用。引述其中,
。
As answered in your other question, the comments in this nexus bug says why uniqueVersion was present in the first place and why it is not available in maven3. Quoting from it,
.