aboutsummaryrefslogtreecommitdiffstats
path: root/fop-sandbox/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fop-sandbox/pom.xml')
-rw-r--r--fop-sandbox/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fop-sandbox/pom.xml b/fop-sandbox/pom.xml
index 6a77e93bb..c91327821 100644
--- a/fop-sandbox/pom.xml
+++ b/fop-sandbox/pom.xml
@@ -110,7 +110,7 @@
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${findbugs.plugin.version}</version>
<configuration>
- <excludeFilterFile>src/tools/resources/findbugs/exclusions.xml</excludeFilterFile>
+ <excludeFilterFile>../fop-core/src/tools/resources/findbugs/exclusions.xml</excludeFilterFile>
<effort>Max</effort>
<threshold>Low</threshold>
</configuration>