update PMD config in POM

mockito
hummel 2024-12-19 12:37:31 +01:00
parent 6da1bde969
commit 3ee0bc95bd
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.26.0</version>
<configuration>
<failOnViolation>false</failOnViolation>
<printFailingErrors>true</printFailingErrors>
</configuration>
<executions>
<execution>
<phase>verify</phase>