Skip to content

Commit

Permalink
chore: add maven-plugin-report-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed May 18, 2024
1 parent 77dccaa commit d573de8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<plugin>
<artifactId>maven-plugin-report-plugin</artifactId>
<version>3.13.0</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
Expand Down Expand Up @@ -623,6 +627,9 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-plugin-report-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<profiles>
Expand Down

0 comments on commit d573de8

Please sign in to comment.