March 09
Prof. Ismael H. F. Santos                                                                               2
Working with multiple project builds
nThe pom.xml master project file
nThe artifact ID of this master project is mavenex2, and its packaging type is pom. This signals to Maven 2 that this is a multimodule project.
nThe <modules> tag then specifies the two modules that this project comprises: NumOps and OpsImp.