【发布时间】:2012-03-01 11:28:09
【问题描述】:
如何像我一样在 Maven 中使用父 pom 运行选定的模块
<module>APP_1</module>
<module>web_1</module>
<module>service_1</module>
<module>schema_1</module>
<module>APP_2</module>
<module>web_2</module>
<module>service_2</module>
<<module>schema_2</module>
有时作为开发人员,如果我只想构建第一个模块,那么我应该如何在父 pom 中完成这项任务?
【问题讨论】:
标签: maven maven-2 maven-plugin maven-3 maven-release-plugin