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, sistuation with storage is delicate. 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:
[email protected]
With regards,
Apache Git Services