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