fix broken build on Jenkins by updating PMD plugin

(also reconfigure shade plugin)
main
hummel 2024-12-13 10:15:50 +01:00
parent 969f301be9
commit 241a7ddd2c
1 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions>
<execution>
<phase>package</phase>
@ -97,7 +100,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.22.0</version>
<version>3.26.0</version>
<executions>
<execution>
<phase>verify</phase>