Skip to content

Commit

Permalink
remove maven-surefire-report-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AEtheve committed Apr 17, 2024
1 parent 60f136d commit 33f0bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</plugin>

<!-- ===== Rapport sur les tests ===== -->
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20</version>
Expand All @@ -135,7 +135,7 @@
</reports>
</reportSet>
</reportSets>
</plugin>
</plugin> -->

<!-- ===== Génération de la Javadoc ===== -->
<plugin>
Expand Down

0 comments on commit 33f0bec

Please sign in to comment.