It's customary to have a root pom also contain module elements
indicating the subprojects so one can build them all at once. I would
like to separate the two, so I have a root pom that produces only the
pom that others will inherit, and a separate project that defines the
module elements for building many projects at once. This "multi"
project won't need to produce any type of package, or install or deploy
anything. Is this kind of project possible? What would be the value
for packaging that I would use?
..David..