gnodet commented on code in PR #1147:
URL: https://github.com/apache/maven/pull/1147#discussion_r1221463655


##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -2646,6 +2646,15 @@
             ]]>
           </description>
         </field>
+        <field>
+          <name>priority</name>
+          <version>4.2.0+</version>
+          <type>int</type>
+          <description>The priority of this execution 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.

Review Comment:
   The priority for lifecycle plugin executions is negative, but not -1, see 
https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java#L191



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to