diff --git a/pom.xml b/pom.xml index e09c50d4..4b53c172 100644 --- a/pom.xml +++ b/pom.xml @@ -396,9 +396,9 @@ maven-checkstyle-plugin 3.5.0 - .pipeline/checkstyle.xml + ${project.rootdir}/.pipeline/checkstyle.xml - .pipeline/checkstyle-suppressions.xml + ${project.rootdir}/.pipeline/checkstyle-suppressions.xml false @@ -413,13 +413,20 @@ org.apache.maven.plugins maven-pmd-plugin 3.25.0 + + + verify + + check + + + - .pipeline/pmd.xml - .pipeline/sdk_specific_pmd_rules.xml + ${project.rootdir}/.pipeline/pmd.xml + ${project.rootdir}/.pipeline/sdk_specific_pmd_rules.xml - /rulesets/java/maven-pmd-plugin-default.xml false ${maven.compiler.release} @@ -435,9 +442,9 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma spotbugs-maven-plugin 4.8.6.4 - .pipeline/spotbugs.xml + ${project.rootdir}/.pipeline/spotbugs.xml - .pipeline/spotbugs-exclusions.xml + ${project.rootdir}/.pipeline/spotbugs-exclusions.xml Max Low 2048