You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/12/12 13:21:28 UTC

[4/4] flink git commit: [FLINK-8235][build] Spotbugs exclusion file path now absolute

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

This closes #5146.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/beb11976
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/beb11976
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/beb11976

Branch: refs/heads/master
Commit: beb11976fe63c20a5dc9f22ea713c05b4d5e9585
Parents: 784dbbe
Author: zentol <ch...@apache.org>
Authored: Mon Dec 11 11:44:57 2017 +0100
Committer: zentol <ch...@apache.org>
Committed: Tue Dec 12 11:53:41 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/beb11976/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d18a3a6..ec17818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>