[ https://issues.apache.org/jira/browse/MNG-5799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173347#comment-15173347
]
Gerhard Poul commented on MNG-5799:
-----------------------------------
The introduction at https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#A_Build_Phase_is_Made_Up_of_Plugin_Goals
states: "In Maven 2.0.5 and above, multiple goals bound to a phase are executed in the same
order as they are declared in the POM, however multiple instances of the same plugin are not
supported."
> Incorrect execution order of plugins in the same phase
> ------------------------------------------------------
>
> Key: MNG-5799
> URL: https://issues.apache.org/jira/browse/MNG-5799
> Project: Maven
> Issue Type: Bug
> Components: Plugins and Lifecycle
> Affects Versions: 3.2.5
> Environment: Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00)
> Reporter: Gerhard Poul
> Assignee: Christian Schulte
>
> When multiple plugins are used and assigned to the same phase they are not executed in
the order they're listed in the POM.
> Repro case: https://github.com/gpoul/arquillian-container-was/tree/MNG-5799
> Repro steps: Execute {{mvn test}} in folder {{wlp-managed-8.5}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|