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?
   
   You probably just need to update to the latest version 3.1.1.



-- 
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-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to