I have an aggregation where I bind the parent Pom using the <modules> element, and then I have the <parent> specified in each child pom.
Is there a way to build only a subset of child modules from the parent pom ... ie
cd parent-dir mvn install subproj1 subproj2
source share