Skip to content

Commit

Permalink
Enable plugin-info report for Maven Plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 6, 2024
1 parent 7bfc366 commit fdb1b80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<action type="update" dev="sseifert">
Update global-parent dependency to 57.
</action>
<action type="update" dev="sseifert">
Enable plugin-info report for Maven Plugins.
</action>
</release>

<release version="2.1.6" date="2024-01-25">
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,12 @@
</reportSets>
</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-changes-plugin</artifactId>
Expand Down

0 comments on commit fdb1b80

Please sign in to comment.