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 2021/11/24 10:50:17 UTC

[GitHub] [maven] rfscholte commented on a change in pull request #619: [MNG-7342] Add a --very-verbose / -XX cli option

rfscholte commented on a change in pull request #619:
URL: https://github.com/apache/maven/pull/619#discussion_r755920946



##########
File path: maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
##########
@@ -48,6 +48,8 @@
 
     public static final char VERBOSE = 'X';
 
+    public static final String VERY_VERBOSE = "XX";

Review comment:
       If this is really really required, please rename it to TRACE, IMO that's the common way to call it.




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