本文介绍了'< uniqueVersion>假</uniqueVersion>'在Maven 3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
为什么在pom.xml的Snapshot存储库配置中,maven 3贬值为false?背后的动机是什么?
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>
谢谢
推荐答案
在您的其他问题中回答,此关联错误中的注释说明了为什么在第一个中出现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,
.
这篇关于'< uniqueVersion>假</uniqueVersion>'在Maven 3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!