Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4652

Parallel builds don't support mixed goals and phases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Incomplete
    • 3.0-beta-1
    • None
    • Reactor and Workspace
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            catkins Clay Atkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: