【发布时间】:2015-02-26 12:14:20
【问题描述】:
谁能告诉我有关 master pom 的信息以及我们可以为 master pom 包含哪些信息...
aggragator pom:- 表示聚合所有模块
<module>A</module>
<module>b</module>
<module>c</module>
<module>d</module>
parent pom 表示:- 包含所有配置依赖插件信息...
properties and plugins and combination of other configurations
谁能告诉我主 pom,它与其他 pom 有何不同......
【问题讨论】:
标签: maven build maven-3 build-process