We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maven-plugin-report-plugin
1 parent a4c3ce4 commit f0a1220Copy full SHA for f0a1220
pom.xml
@@ -422,6 +422,12 @@ under the License.
422
<version>2.16.2</version>
423
</plugin>
424
425
+ <plugin>
426
+ <groupId>org.apache.maven.plugins</groupId>
427
+ <artifactId>maven-plugin-report-plugin</artifactId>
428
+ <version>3.10.2</version>
429
+ </plugin>
430
+
431
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
432
<plugin>
433
<groupId>org.eclipse.m2e</groupId>
@@ -585,6 +591,10 @@ under the License.
585
591
</reportSet>
586
592
</reportSets>
587
593
594
595
596
597
588
598
</plugins>
589
599
</reporting>
590
600
</profile>
0 commit comments