You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "jorsol (via GitHub)" <gi...@apache.org> on 2023/01/23 09:53:32 UTC

[GitHub] [maven-wrapper] jorsol commented on a diff in pull request #87: Log wrapper download class to stderr

jorsol commented on code in PR #87:
URL: https://github.com/apache/maven-wrapper/pull/87#discussion_r1083841784


##########
maven-wrapper-distribution/src/resources/mvn/wrapper/MavenWrapperDownloader.java:
##########
@@ -91,7 +91,7 @@ private static void log( String msg )
     {
         if ( VERBOSE )
         {
-            System.out.println( msg );
+            System.err.println( msg );

Review Comment:
   This is already behind an environment variable (`MVNW_VERBOSE`), so unless you have explicitly exported that env var your use case should work perfectly fine.
   
   The syserr is already used for errors, so I don't really see the use case for this, is not working for you? which version of `mvnw` are you using?



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