> -----Original Message----- > From: Wayne Fay [mailto:[email protected]] > Sent: Thursday, May 10, 2012 7:24 PM > To: Maven Users List > Subject: Re: Some questions about customizing the build on the Maven > command line > > > The directory that agg pom is in has an additional directory (call it > "level3") that is not in > > the modules list, but is also a pom module. I have a basic idea of > how I could specify a > > command line to run a build in "level2" that would build all the > specified modules, and > > also build "level3". However, I also have to figure out how I could > build a command line > > in "level1" that when it descends into "level2", will cause "level3" > to be built. > > Why can't you simply make level2 a child (module) of level1, and the > same for level3 under level2? Why are you making things harder than it > needs to be?
Because I can't change the poms.
