Enabled Static code analysis

facade_class
Selim Eser 2024-06-09 20:26:24 +02:00
parent 372745939c
commit 9c6ed4b889
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
</execution>
</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>
@ -103,7 +103,7 @@
</goals>
</execution>
</executions>
</plugin>-->
</plugin>
</plugins>
</build>
</project>