Parallel builds don't support mixed goals and phases
----------------------------------------------------

                 Key: MNG-4652
                 URL: http://jira.codehaus.org/browse/MNG-4652
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Reactor and workspace
    Affects Versions: 3.0-beta-1
            Reporter: Clay Atkins
            Priority: Minor


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to