March 09
Prof. Ismael H. F. Santos                                                                               2
Working with multiple project builds
nThe pom.xml modules (cont.) – NumOps/pom.xml
nNumOps POM specifies the OpsImp project as a dependency. Note that no version number is specified in this dependency. The preferred version number is already specified within the parent's <dependencyManagement> element.
nAt the top-level project, you can now issue the mvn compile command to compile both modules or mvn test to run the unit tests of both modules.
n