Joe McDonnell has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/15820 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: David Knupp <[email protected]> --- M bin/mvn-quiet.sh 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified David Knupp: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I24abe59ad6bffb28ac63d014aa0ec7388ef5478f Gerrit-Change-Number: 15820 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
