michael-o commented on a change in pull request #661:
URL: https://github.com/apache/maven/pull/661#discussion_r801055680



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

Review comment:
       Does the order make change make any difference since the next hunk says 
so?!




-- 
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