On Thu, Apr 7, 2011 at 5:30 AM, Adam Gibbons <adam.s.gibb...@gmail.com> wrote: > Alex, that's perfect! Exactly the kind of thing I'm trying to do myself. > Would you mind posting your reactor, war, jar and parent poms please? I'd > really like to see a working example of this in action.
There are lots of open source projects out there where you can see the whole thing. Have a look at the Apache Archiva (repository manager) build: http://svn.apache.org/repos/asf/archiva/trunk/ The hierarchy is much deeper here, but if you start at http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-base/ you will see the pom.xml in that directory has <type>pom</type> and a list of <modules> that match the subdirectories. If you list *all* the subdirectories as <modules> Maven will figure out the build order based on how they depend on each other. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org