浏览代码

[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 年前
父节点
当前提交
f6a15f049b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      org.eclipse.jgit/pom.xml

+ 1
- 0
org.eclipse.jgit/pom.xml 查看文件

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

正在加载...
取消
保存