You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/08 10:50:22 UTC

[GitHub] [maven] gnodet commented on a change in pull request #660: [3.8.x][MNG-7391] add execution strategy+runner required by Maven Build Cache

gnodet commented on a change in pull request #660:
URL: https://github.com/apache/maven/pull/660#discussion_r801500059



##########
File path: maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycles.java
##########
@@ -43,7 +43,7 @@
 @Component( role = DefaultLifecycles.class )
 public class DefaultLifecycles
 {
-    public static final String[] STANDARD_LIFECYCLES = { "default", "clean", "site" };
+    public static final String[] STANDARD_LIFECYCLES = { "clean", "default", "site" };

Review comment:
       See https://github.com/apache/maven/pull/661/files#r801487087




-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org