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 06:44:10 UTC

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

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

 ##########
 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:
   We don't store artifacts right now. I didn't find a way to suppress the log output less than with -q
   
   Won't a failure be printed in any case? On a failing PR the -q can be removed for diagnosis anyway.

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