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 21d7b1b
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 @@ -526,6 +526,10 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-plugin-report-plugin</artifactId>
<version>3.13.0</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down Expand Up @@ -744,6 +748,9 @@
<plugin>
<artifactId>maven-site-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-plugin-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
Expand Down

0 comments on commit 21d7b1b

Please sign in to comment.