diff --git a/pom.xml b/pom.xml index 406844655..5a5d23a5b 100644 --- a/pom.xml +++ b/pom.xml @@ -831,7 +831,7 @@ - ${basedir}/spotbugs-exclude-filter.xml + ${basedir}/src/conf/spotbugs-exclude-filter.xml @@ -881,7 +881,7 @@ spotbugs-maven-plugin ${spotbugs.plugin.version} - ${basedir}/spotbugs-exclude-filter.xml + ${basedir}/src/conf/spotbugs-exclude-filter.xml diff --git a/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml similarity index 100% rename from spotbugs-exclude-filter.xml rename to src/conf/spotbugs-exclude-filter.xml