MVN

org.codehaus.mojo : surefire-report-maven-plugin

Maven & Gradle

Nov 08, 2005

Maven Surefire Report Plugin

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>surefire-report-maven-plugin</artifactId>
    <version>2.0-beta-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : surefire-report-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0-beta-1
  • Latest Beta: 2.0-beta-1

All Versions

Choose a version of org.codehaus.mojo : surefire-report-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
surefire-report-maven-plugin-2.0-beta-1

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.codehaus.mojo</groupId>
    <artifactId>surefire-report-maven-plugin</artifactId>
    <version>2.0-beta-1</version>
</plugin>

Advertisement