lanking520 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_r252822226
##########
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:
Still, adding -q would made developer hard to debug the code if there is any
failures in middle. This PR is also stale since all CIs has changed from using
Makefile to use `mvn` command directly. As Jenkins didn't have a restriction on
the lines of logs to print, we should have as much as possible
----------------------------------------------------------------
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