diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-10-22 11:42:21 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-10-22 11:42:21 +0100 |
commit | 6aea002fe734e4e5aa1c842bceea63a726bc7e65 (patch) | |
tree | 35a3ce1790a780ee7cc9a9823b030bca6832b848 /fop-sandbox | |
parent | b6247436442d04237338fd90a93efcc79c102bf8 (diff) | |
download | xmlgraphics-fop-6aea002fe734e4e5aa1c842bceea63a726bc7e65.tar.gz xmlgraphics-fop-6aea002fe734e4e5aa1c842bceea63a726bc7e65.zip |
Update spotbugs
Diffstat (limited to 'fop-sandbox')
-rw-r--r-- | fop-sandbox/pom.xml | 2 |
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> |