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> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- Static code analysis, cf: target/site/pmd.html <!-- Static code analysis, cf: target/site/pmd.html -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId> <artifactId>maven-pmd-plugin</artifactId>
@ -103,7 +103,7 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin>--> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>