diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-10-23 23:29:25 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-10-23 23:31:21 +0200 |
commit | f6a15f049be28e3878a823f727c6965ffcee90e1 (patch) | |
tree | f8d067ff2900816629663515283829082a42f51f /org.eclipse.jgit/pom.xml | |
parent | ffc010fda4564cbb55db2477b88a9c8bbcf9c415 (diff) | |
download | jgit-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.xml | 1 |
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> |