Skip to content

Commit

Permalink
Use specific report for maven-plugin-report-plugin
Browse files Browse the repository at this point in the history
maven-plugin-report-plugin since 3.14.0 contains two reports so we need to specific which one we want to use
  • Loading branch information
slawekjaranowski committed Sep 14, 2024
1 parent 435cf13 commit 925be44
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 @@ -881,6 +881,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 925be44

Please sign in to comment.