Alexander Yerenkow created MNG-6051:
---------------------------------------
Summary: Different plugins' executions aren't sorted between them
Key: MNG-6051
URL: https://issues.apache.org/jira/browse/MNG-6051
Project: Maven
Issue Type: Bug
Components: Plugins and Lifecycle
Affects Versions: 3.3.9
Reporter: Alexander Yerenkow
If you specify several plugins attached to same phase, and want to achieve
particular order of them, for example:
plugin1.exec1
plugin2.exec2
plugin3.exec3
plugin1.exec4
You'll get unexpected order of executions:
plugin1.exec1
plugin1.exec4
plugin2.exec2
plugin3.exec3
When your logic requires that a lot of actions is required to be made in
particular order - you simply can't, because of this plugin execution grouping.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)