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

[regression] Ordering of goals from a plugin execution is not respected if plugin management applies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0-alpha-1
    • 3.0-alpha-2
    • Plugins and Lifecycle
    • None

    Description

      For a POM snippet like

      <execution>
        <id>test</id>
        <phase>validate</phase>
        <goals>
          <goal>one</goal>
          <goal>two</goal>
        </goals>
      </execution>
      

      the effective execution order of the specified goals is either [one, two] or [two, one] depending on the existence of <pluginManagement> for the plugin in question.

      Attachments

        Issue Links

          Activity

            People

              sisbell Britton Isbell
              bentmann Benjamin Bentmann
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: