You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@apache.org> on 2016/06/27 18:19:52 UTC

[jira] [Closed] (MNG-6051) Different plugins' executions aren't sorted between them

     [ https://issues.apache.org/jira/browse/MNG-6051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schulte closed MNG-6051.
----------------------------------
    Resolution: Duplicate

> 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
>         Attachments: pom.xml
>
>
> 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)