summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2010-10-23 23:29:25 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2010-10-23 23:31:21 +0200
commitf6a15f049be28e3878a823f727c6965ffcee90e1 (patch)
treef8d067ff2900816629663515283829082a42f51f /org.eclipse.jgit/pom.xml
parentffc010fda4564cbb55db2477b88a9c8bbcf9c415 (diff)
downloadjgit-f6a15f049be28e3878a823f727c6965ffcee90e1.tar.gz
jgit-f6a15f049be28e3878a823f727c6965ffcee90e1.zip
[findbugs] Respect exclude filter in maven build
Change-Id: Ic29310dc14f120ebdb49d33cbf4bd6d380ae1393 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/pom.xml')
-rw-r--r--org.eclipse.jgit/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml
index 284be8d513..a8ed4632fc 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>