提交 beb11976 编写于 作者: Z zentol

[FLINK-8235][build] Spotbugs exclusion file path now absolute

This closes #5146.
上级 784dbbee
...@@ -616,7 +616,7 @@ under the License. ...@@ -616,7 +616,7 @@ under the License.
<threshold>Low</threshold> <threshold>Low</threshold>
<effort>default</effort> <effort>default</effort>
<findbugsXmlOutputDirectory>${project.build.directory}/spotbugs</findbugsXmlOutputDirectory> <findbugsXmlOutputDirectory>${project.build.directory}/spotbugs</findbugsXmlOutputDirectory>
<excludeFilterFile>tools/maven/spotbugs-exclude.xml</excludeFilterFile> <excludeFilterFile>${rootDir}/tools/maven/spotbugs-exclude.xml</excludeFilterFile>
<failOnError>true</failOnError> <failOnError>true</failOnError>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册