Browse Source

[findbugs] Respect exclude filter in maven build

Change-Id: Ic29310dc14f120ebdb49d33cbf4bd6d380ae1393
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v0.10.1
Matthias Sohn 13 years ago
parent
commit
f6a15f049b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit/pom.xml

+ 1
- 0
org.eclipse.jgit/pom.xml View File

@@ -147,6 +147,7 @@
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>
<excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile>
</configuration>
<executions>
<execution>

Loading…
Cancel
Save