I have a maven multi-modul project. The structure looks like:
-modulA (Main project)
- pom.xml
-parentModul (Aggregator)
- pom.xml
- ModulB (Integration Test Project)
-pom.xml
一揽子定义类似:
<project ...>
<modules>
<module>../modulA</module>
<module>ModulB</module>
</modules>
One of the moduls (ModulA) has the same hierarchy level, The other is in the parent modul.
I try to add a job in Jenkins to build all automatically. (clean package)..
如何安排父母的工作 改判了其他模块并建设了该项目?