aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-08-21 14:03:55 +0000
committerSebastian Bazley <sebb@apache.org>2015-08-21 14:03:55 +0000
commit7cb8a8d739c341e9b2738d1e801724f72b6cac2a (patch)
tree64b2c9246a402311bd398799128e3d95b6f09d6b /pom.xml
parentf71fd151869e4e00454c1928be6aebaf34cae503 (diff)
downloadapache-commons-bcel-7cb8a8d739c341e9b2738d1e801724f72b6cac2a.tar.gz
Add a FindBugs exclusion filter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7b89b96a..a8b60f05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,6 +307,9 @@
<artifactId>findbugs-maven-plugin</artifactId>
<version>${findbugs.plugin.version}</version>
<configuration>
+ <threshold>Normal</threshold>
+ <effort>Default</effort>
+ <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
<fork>true</fork>
<jvmArgs>-Duser.language=en</jvmArgs>
</configuration>