Skip to content

Commit

Permalink
[MNGSITE-540] Use correct plugin for reporting
Browse files Browse the repository at this point in the history
With https://issues.apache.org/jira/browse/MPLUGIN-423 the reporting
mojo has been extracted in a dedicated plugin
  • Loading branch information
kwin committed Aug 11, 2024
1 parent 90f9abc commit 20e8ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-scm-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 20e8ea8

Please sign in to comment.