diff --git a/pom.xml b/pom.xml index 472d2fca7..33d288b8c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache.commons commons-parent - 69 + 70 4.0.0 commons-lang3 @@ -190,7 +190,10 @@ ${commons.pmd.version} ${maven.compiler.target} - src/conf/exclude-pmd.properties + src/conf/pmd-exclude.properties + + src/conf/pmd-ruleset.xml + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 34841687a..37678012f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -135,7 +135,7 @@ The type attribute can be add,update,fix,remove. StringUtils.stripAccents(String) doesn't handle U with bar. StringUtils.stripAccents(String) doesn't handle T with stroke. - Bump commons-parent from 64 to 69 #1194. + Bump commons-parent from 64 to 70 #1194. Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 #1175. Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 #1200. diff --git a/src/conf/exclude-pmd.properties b/src/conf/pmd-exclude.properties similarity index 100% rename from src/conf/exclude-pmd.properties rename to src/conf/pmd-exclude.properties diff --git a/src/conf/pmd-ruleset.xml b/src/conf/pmd-ruleset.xml new file mode 100644 index 000000000..9dc743db0 --- /dev/null +++ b/src/conf/pmd-ruleset.xml @@ -0,0 +1,27 @@ + + + + Excludes from default PMD rules. + + + + + + + diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml index 6ff15c47c..d935cb51d 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -203,4 +203,18 @@ + + + + + + + + + + + + + +