Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
3.0-beta-1
-
None
-
None
Description
I have aggregate & parent set of projects.
Running maven on parent, using the new -T options, I do the following:
-T 8.0C help:active-profiles clean install
The reactor only runs help:active-profiles on all the subprojects.
If I do the following:
-T 8.0C clean install
The reactor does as expected, running clean phase and install phase on subprojects.
If I do the following:
help:active-profiles clean install
The reactor runs the help:active-profiles goal and clean and install phases on each subproject.