Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0-alpha-1
-
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
- relates to
-
MNG-3887 [regression] Order of plugin executions within same phase does not match POM order when plugin management is used
- Closed