aboutsummaryrefslogtreecommitdiffstats
path: root/fop-sandbox
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-10-22 11:42:21 +0100
committerSimon Steiner <ssteiner@apache.org>2024-10-22 11:42:21 +0100
commit6aea002fe734e4e5aa1c842bceea63a726bc7e65 (patch)
tree35a3ce1790a780ee7cc9a9823b030bca6832b848 /fop-sandbox
parentb6247436442d04237338fd90a93efcc79c102bf8 (diff)
downloadxmlgraphics-fop-6aea002fe734e4e5aa1c842bceea63a726bc7e65.tar.gz
xmlgraphics-fop-6aea002fe734e4e5aa1c842bceea63a726bc7e65.zip
Update spotbugs
Diffstat (limited to 'fop-sandbox')
-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>