You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2019/08/08 19:46:27 UTC

[GitHub] [fluo] keith-turner commented on a change in pull request #1075: Fix travis build by supressing download msgs

keith-turner commented on a change in pull request #1075: Fix travis build by supressing download msgs
URL: https://github.com/apache/fluo/pull/1075#discussion_r312212505
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -26,6 +26,6 @@ jdk:
 before_script:
   - unset _JAVA_OPTIONS
 env:
-  - BUILD_ARGS="clean verify javadoc:jar"
+  - BUILD_ARGS="-B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean verify javadoc:jar"
 
 Review comment:
   Can you provide an example?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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