Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15820
Change subject: Don't filter maven messages about banned dependencies ...................................................................... Don't filter maven messages about banned dependencies The frontend build uses the maven-enforcer-plugin to ban some dependencies or require specific versions of dependencies. The messages look like: Found Banned Dependency: foo.bar.baz:1.2.3 These are currently filtered by bin/mvn-quiet.sh. This adds an exception for "Found Banned" so they are not filtered. Testing: - Ran on a branch with a known banned dependency and verified the output Change-Id: I24abe59ad6bffb28ac63d014aa0ec7388ef5478f --- M bin/mvn-quiet.sh 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/20/15820/1 -- To view, visit http://gerrit.cloudera.org:8080/15820 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I24abe59ad6bffb28ac63d014aa0ec7388ef5478f Gerrit-Change-Number: 15820 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
