/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
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-
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.
>
> --
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
;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/
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
"-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
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