Merge "[findbugs] Respect exclude filter in maven build"
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 284be8d..a8ed463 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml
@@ -147,6 +147,7 @@ <configuration> <findbugsXmlOutput>true</findbugsXmlOutput> <failOnError>false</failOnError> + <excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile> </configuration> <executions> <execution>