The new license check phase added in #6376 can fail due to hitting Travis CI's 4MB log limit.
This PR excludes the "Downloading" log messages from the maven output: ``` Downloading from central: http://repo.maven.apache.org/maven2/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom Downloaded from central: http://repo.maven.apache.org/maven2/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom (155 B at 31 kB/s) Downloading from central: http://repo.maven.apache.org/maven2/org/powermock/powermock-module-junit4/1.6.6/powermock-module-junit4-1.6.6.pom Downloaded from central: http://repo.maven.apache.org/maven2/org/powermock/powermock-module-junit4/1.6.6/powermock-module-junit4-1.6.6.pom (1.4 kB at 481 kB/s) Downloading from central: http://repo.maven.apache.org/maven2/org/powermock/powermock-modules/1.6.6/powermock-modules-1.6.6.pom Downloaded from central: http://repo.maven.apache.org/maven2/org/powermock/powermock-modules/1.6.6/powermock-modules-1.6.6.pom (771 B at 257 kB/s) Downloading from central: http://repo.maven.apache.org/maven2/org/powermock/powermock/1.6.6/powermock-1.6.6.pom ``` [ Full content available at: https://github.com/apache/incubator-druid/pull/6382 ] This message was relayed via gitbox.apache.org for [email protected]
