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_r247308369
##########
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:
Can you put examples of what you describe or provide an alternative? Why
removing -q on a PR wouldn't be enough to troubleshoot any failures? That PR
would repro the error with full verbosity
----------------------------------------------------------------
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