March 09
Prof. Ismael H. F. Santos
2
Working with multiple project builds
n
The pom.xml modules file -
OpsImp/pom.xml
n
The submodules of the
master project
can inherit properties from
the master
pom.xml
file.
n
None of the
submodules
needs to declare JUnit as a
dependency,even though they both contain unit tests.
n