You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Benedict (JIRA)" <ji...@codehaus.org> on 2014/07/02 15:44:46 UTC

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

     [ https://jira.codehaus.org/browse/MNG-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated MNG-4652:
-------------------------------

    Fix Version/s:     (was: Issues to be reviewed for 3.x)

> Parallel builds don't support mixed goals and phases
> ----------------------------------------------------
>
>                 Key: MNG-4652
>                 URL: https://jira.codehaus.org/browse/MNG-4652
>             Project: Maven
>          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 was sent by Atlassian JIRA
(v6.1.6#6162)