Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 MAVEN 版本需要从本地存储库中选择一个 jar。这个 jar(在上下文中)也可以在我的中央存储库中找到。
有人可以建议在 pom.xml 中必须做什么吗?感谢快速帮助!
希望您有充分的理由这样做,因为这不是正常情况。
您可以使用不同的groupId和/或artifactId区分您的罐子和罐子central。或者,您可以安装local jaraclassifier以将其与centraljar 区分开来。
groupId
artifactId
central
local jar
classifier
将您依赖的版本重命名为不同于中央存储库中的版本。将该版本放在您的本地存储库中。