Skip to content

Commit

Permalink
[FLINK-8235][build] Spotbugs exclusion file path now absolute
Browse files Browse the repository at this point in the history
This closes #5146.
  • Loading branch information
zentol committed Dec 12, 2017
1 parent 784dbbe commit beb1197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ under the License.
<threshold>Low</threshold>
<effort>default</effort>
<findbugsXmlOutputDirectory>${project.build.directory}/spotbugs</findbugsXmlOutputDirectory>
<excludeFilterFile>tools/maven/spotbugs-exclude.xml</excludeFilterFile>
<excludeFilterFile>${rootDir}/tools/maven/spotbugs-exclude.xml</excludeFilterFile>
<failOnError>true</failOnError>
</configuration>
</plugin>
Expand Down

0 comments on commit beb1197

Please sign in to comment.