michael-o commented on a change in pull request #661:
URL: https://github.com/apache/maven/pull/661#discussion_r801511196
##########
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:
I see, your explanation makes sense and simplifies the process.
--
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]