Removed dependency check plugin and temporarily disabled static code analysis plugin

distance_method
Selim Eser 2024-06-08 15:31:00 +02:00
parent 846c14ba7c
commit 9532505d38
1 changed files with 2 additions and 15 deletions

17
pom.xml
View File

@ -85,7 +85,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>
@ -98,20 +98,7 @@
</goals>
</execution>
</executions>
</plugin>
<!-- Security checking the plugins (not so important for non-web applications) -->
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.2.0</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
</build>
</project>