Skip to content

Commit

Permalink
Add missing maven-plugin-report-plugin
Browse files Browse the repository at this point in the history
Otherwise, the Maven goal descriptions for the site are not generated.
  • Loading branch information
kriegaex committed Feb 11, 2024
1 parent 55194df commit 46bc241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
Expand Down

0 comments on commit 46bc241

Please sign in to comment.