From 37c280071bb982cab6248d73428e2cccf8d3f8bd Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Tue, 7 May 2024 16:42:08 +0200 Subject: [PATCH] Skip all PMD invocations on profile skip. --- pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 25c1bbfb..3db721fb 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,8 @@ ${project.groupId}.codingstyle + false + 4.8.5 3.14.0 @@ -650,7 +652,7 @@ false 50 - false + ${pmd.skip} @@ -673,7 +675,7 @@ ${project.build.directory}/generated-test-sources/test-annotations ${project.build.directory}/generated-test-sources/assertj-assertions - false + ${pmd.skip} @@ -729,7 +731,6 @@ spotbugs-maven-plugin ${spotbugs-maven-plugin.version} - true true Low Low @@ -894,7 +895,8 @@ true false false - 10000000 + false + true