MVN

org.apache.maven.plugins : maven-plugin-report-plugin

Maven & Gradle

May 12, 2023

Maven Plugin Report Plugin · The Plugin Report Plugin is used to create reports about the plugin being built.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugin-report-plugin</artifactId>
    <version>3.9.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugins : maven-plugin-report-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.9.0

All Versions

Choose a version of org.apache.maven.plugins : maven-plugin-report-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.9.x
maven-plugin-report-plugin-3.9.0
3.8.x
maven-plugin-report-plugin-3.8.2
maven-plugin-report-plugin-3.8.1
3.7.x
maven-plugin-report-plugin-3.7.1
maven-plugin-report-plugin-3.7.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugin-report-plugin</artifactId>
    <version>3.9.0</version>
</plugin>