aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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 46681661f..33b3a8092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,6 +314,9 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.5</version>
+ <configuration>
+ <excludeFilterFile>findbugs.xml</excludeFilterFile>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>