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.
我在定义配置settings.xml文件的文件夹中有一个文件。当我使用命令构建我的 Maven 项目时,会生成如下内容的文件:.m2nexusinstall_maven.repositories
settings.xml
.m2
nexus
install
_maven.repositories
bundle-1.1.0.pom>= bundle-1.1.0.jar>=
但我意识到我需要一个包含以下内容的文件:
bundle-1.1.0.pom>nexus= bundle-1.1.0.jar>nexus=
如何做到这一点?
使用 mvn -P 并为 arg 值选择要使用的配置文件,否则如果未指定,它将诉诸默认 user.dir/.m2