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 13:20:17 UTC

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

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



##########
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:
       @rfscholte That would be against the logic we have deprecated `--debug` with `-X` only.




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