test without PMD plugin

bak
hummel 2024-12-13 09:59:52 +01:00
parent 969f301be9
commit 9818d1d201
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
</executions>
</plugin>
<!-- Static code analysis, cf: target/site/pmd.html -->
<!-- Static code analysis, cf: target/site/pmd.html
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
@ -106,7 +106,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin> -->
</plugins>