Browse Source

Merge "[findbugs] Respect exclude filter in maven build"

stable-0.10
Shawn Pearce 14 years ago committed by Code Review
parent
commit
8472aa0319
  1. 1
      org.eclipse.jgit/pom.xml

1
org.eclipse.jgit/pom.xml

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

Loading…
Cancel
Save