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.
我已经mvn install在我的项目上运行,然后最后我想运行mvn deploy -P profile1以从项目中部署选择性模块。
mvn install
mvn deploy -P profile1
问题是当我只想部署已经编译的工件时, mvn deploy 会重新执行构建。
我怎么做?