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

Guillaume Nodet updated MNG-7804:
---------------------------------
    Fix Version/s:     (was: 4.0.0-alpha-8)

> Add flexible goal ordering in phase
> -----------------------------------
>
>                 Key: MNG-7804
>                 URL: https://issues.apache.org/jira/browse/MNG-7804
>             Project: Maven
>          Issue Type: New Feature
>          Components: Plugins and Lifecycle
>    Affects Versions: 3.0, 3.9.2, 4.0.0-alpha-5
>            Reporter: Herve Boutemy
>            Assignee: Guillaume Nodet
>            Priority: Major
>             Fix For: 4.0.0
>
>
> The 4.0.0 model contains a {{priority}} field which is flagged as _xml 
> transient_.
> The 4.1.0 model which is introduced in alpha-8 changes the flag so that it is 
> now part of the xml model.
> The {{priority}} field must be an integer. The priority of a given execution 
> is compared to other executions which are bound to the same phase.  
> Executions derived from the default lifecycle have a negative priority by 
> default so that they are executed before any custom plugin executions.
> {code}
>            <execution>
>             <id>400. This should be fourth</id>
>             <goals>
>               <goal>run</goal>
>             </goals>
>             <phase>clean</phase>
>             <priority>400</priority>
>           </execution>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to