Re: Building selected projects with nested aggregators

2014-12-12 Thread Nick Stolwijk
/d,a/b/e -amd" > > Option 1 builds the sub-modules I want, but doesn't build the dependency > <f>. > Option 2 only builds the project <b>, none of it's sub-modules > because > they are not dependents. > Option 3 works, but it's no good because I need

Re: Building selected projects with nested aggregators

2013-05-06 Thread spoots
need to know & provide all the sub-modules of <b>. Ideally there'd be an option like "-ams" (also make sub-modules) which I could use in option 2, but I can't see any way to do it? -- View this message in context: http://maven.40175.n5.nabble.com/Building-selected-projects-

Re: Building selected projects with nested aggregators

2013-05-03 Thread Andreas Gudian
OM > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Building-selected-projects-with-nested-aggregators-tp5753572p5754823.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --

Re: Building selected projects with nested aggregators

2013-05-02 Thread spoots
t: http://maven.40175.n5.nabble.com/Building-selected-projects-with-nested-aggregators-tp5753572p5754823.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org F

Re: Building selected projects with nested aggregators

2013-05-02 Thread spoots
;web-apps" aggregator and do a "mvn install", but then this won't build any of the dependencies from sibling/parent aggregators. Any way to do this without having to call out all the sub-modules explicitly? -- View this message in context: http://maven.40175.n5.nabble.com/

Re: Building selected projects with nested aggregators

2013-04-11 Thread spoots
Bingo! I can't believe I never tried that, but it works perfectly. Thank you :) -- View this message in context: http://maven.40175.n5.nabble.com/Building-selected-projects-with-nested-aggregators-tp5753572p5753574.html Sent from the Maven - Users mailing list archive at Nabbl

Re: Building selected projects with nested aggregators

2013-04-11 Thread Andreas Gudian
"-pl" option > from within "big-system" seems to only recognise project names that are > directly included in that reactor (e.g. "server-side" and "client-side"). > Is > there some kind of qualifier that lets me specify a project which is nested &g

Building selected projects with nested aggregators

2013-04-11 Thread spoots
within "big-system" seems to only recognise project names that are directly included in that reactor (e.g. "server-side" and "client-side"). Is there some kind of qualifier that lets me specify a project which is nested within another aggregator project? Thanks, Keith