March 09
Prof. Ismael H. F. Santos
2
Working with multiple project builds
n
The pom.xml modules (cont.) –
NumOps/pom.xml
n
The
<parent>
element specifies the master POM that this module
inherits from.
OpsImp
module inherits the parent's dependency:
the JUnit module.
n
The
NumOps
pom.xml also inherits from the parent.