Skip to content

Commit 830f762

Browse files
committed
[MNGSITE-540] Use correct plugin for reporting
With https://issues.apache.org/jira/browse/MPLUGIN-423 the reporting mojo has been extracted in a dedicated plugin Encapsulate in "reporting" profile
1 parent 943aeeb commit 830f762

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

maven-scm-plugin/pom.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,18 @@
224224
</plugins>
225225
</build>
226226

227-
<reporting>
228-
<plugins>
229-
<plugin>
230-
<groupId>org.apache.maven.plugins</groupId>
231-
<artifactId>maven-plugin-plugin</artifactId>
232-
</plugin>
233-
</plugins>
234-
</reporting>
227+
<profiles>
228+
<profile>
229+
<id>reporting</id>
230+
<reporting>
231+
<plugins>
232+
<plugin>
233+
<groupId>org.apache.maven.plugins</groupId>
234+
<artifactId>maven-plugin-report-plugin</artifactId>
235+
</plugin>
236+
</plugins>
237+
</reporting>
238+
</profile>
239+
</profiles>
235240

236241
</project>

0 commit comments

Comments
 (0)