You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Clay Atkins (JIRA)" <ji...@codehaus.org> on 2010/04/29 18:08:19 UTC

[jira] Created: (MNG-4652) Parallel builds don't support mixed goals and phases

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