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 插件的 2 个版本 -versions-maven-plugin例如。我的存储库中已经有 1.0 和 2.0 版本。当我执行以下命令时,它看起来像是执行了 1.0 版本:
versions-maven-plugin
mvn -e 版本:显示插件更新
如何明确指定使用 2.0 版本?
简单的解决方案是定义 groupId/artifactId,当然还有如下版本:
mvn -e org.codehaus.mojo:versions-maven-plugin:2.0:display-plugin-updates