From 3a4b5f72d01a9ee089b0fe230928bb1dd91a0ba5 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 10 May 2024 16:36:24 +0200 Subject: [PATCH 1/2] Ignore injected test in PMD. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4f98a757..e221f988 100644 --- a/pom.xml +++ b/pom.xml @@ -469,6 +469,7 @@ 100 src/main/java + ${project.build.directory}/generated-test-sources/injected ${project.build.directory}/generated-test-sources/test-annotations ${project.build.directory}/generated-test-sources/assertj-assertions From fa05390c80d4f87c2b46a16c2e84df7c73a3a4b1 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 10 May 2024 16:40:07 +0200 Subject: [PATCH 2/2] Bump version to 8.1.2. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e221f988..a99eb3e7 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.jvnet.hudson.plugins analysis-pom - 8.2.0-SNAPSHOT + 8.1.2-SNAPSHOT pom Analysis Plug-ins Parent POM This static analysis POM serves as parent POM for all my Jenkins Plugins. It basically enhances the