From 4d5ca12a0f655f37211b3553bc140b05bd8c87ce Mon Sep 17 00:00:00 2001 From: Jonathan Hsieh Date: Wed, 28 Mar 2012 15:33:28 +0000 Subject: [PATCH] HBASE-5642 [findbugs] Exclude Thrift and Protobuf warnings (Uma Maheswara Rao G) git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1306428 13f79535-47bb-0310-9956-ffa450edef68 --- dev-support/findbugs-exclude.xml | 30 ++++++++++++++++++++++++++++++ dev-support/test-patch.properties | 2 +- pom.xml | 10 ++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 dev-support/findbugs-exclude.xml diff --git a/dev-support/findbugs-exclude.xml b/dev-support/findbugs-exclude.xml new file mode 100644 index 00000000000..f1f97f6c672 --- /dev/null +++ b/dev-support/findbugs-exclude.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties index afe21d455da..2209d270f57 100644 --- a/dev-support/test-patch.properties +++ b/dev-support/test-patch.properties @@ -19,5 +19,5 @@ MAVEN_OPTS="-Xmx3g" # Please update the per-module test-patch.properties if you update this file. OK_RELEASEAUDIT_WARNINGS=84 -OK_FINDBUGS_WARNINGS=768 +OK_FINDBUGS_WARNINGS=601 OK_JAVADOC_WARNINGS=169 diff --git a/pom.xml b/pom.xml index 10b13efd91b..36195872b84 100644 --- a/pom.xml +++ b/pom.xml @@ -954,6 +954,16 @@ + + org.codehaus.mojo + findbugs-maven-plugin + + true + true + ${basedir}/dev-support/findbugs-exclude.xml + Max + +