Skip to content

Commit

Permalink
Merge pull request #194 from s4u/plugin-report
Browse files Browse the repository at this point in the history
Add maven-plugin-report-plugin to pluginManagement
  • Loading branch information
slawekjaranowski authored Nov 24, 2023
2 parents 94029fe + a509e3d commit 3189d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
Expand Down

0 comments on commit 3189d34

Please sign in to comment.