frankfliu commented on a change in pull request #13834: Reduce maven verbosity 
which is filling up the logs of the builds
URL: https://github.com/apache/incubator-mxnet/pull/13834#discussion_r246995670
 
 

 ##########
 File path: Makefile
 ##########
 @@ -614,13 +614,13 @@ scalaclean:
        (cd $(ROOTDIR)/scala-package && mvn clean)
 
 scalapkg:
-       (cd $(ROOTDIR)/scala-package && mvn install -DskipTests)
+       (cd $(ROOTDIR)/scala-package && mvn install -q -DskipTests)
 
 Review comment:
   This change will make it hard to troubleshoot PR failure.
   What's the limitation of the log out?
   Can we redirect maven output the a log file, and make the log file as 
artifact to download? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to