You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/11 03:35:23 UTC

[GitHub] frankfliu commented on a change in pull request #13834: Reduce maven verbosity which is filling up the logs of the builds

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:
users@infra.apache.org


With regards,
Apache Git Services