diff --git a/core/pom.xml b/core/pom.xml index c599120694..699ac64ba0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -127,6 +127,25 @@ ${version} + + + findbugs + + + + org.codehaus.mojo + findbugs-maven-plugin + 1.2 + + Max + Normal + hudson.- + src/findbugs-filter.xml + + + + + hudson-libs-local diff --git a/core/src/findbugs-filter.xml b/core/src/findbugs-filter.xml new file mode 100644 index 0000000000..1db4709c61 --- /dev/null +++ b/core/src/findbugs-filter.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file