MVN

org.jboss.maven.plugins : code-coverage-maven-plugin

Maven & Gradle

Nov 03, 2015
2 stars

Code Coverage Plugin · Code Coverage Plugin

<plugin>
    <groupId>org.jboss.maven.plugins</groupId>
    <artifactId>code-coverage-maven-plugin</artifactId>
    <version>1.0.1.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.maven.plugins : code-coverage-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1.Final

All Versions

Choose a version of org.jboss.maven.plugins : code-coverage-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
code-coverage-maven-plugin-1.0.1.Final
code-coverage-maven-plugin-1.0.0.Final

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.jboss.maven.plugins</groupId>
    <artifactId>code-coverage-maven-plugin</artifactId>
    <version>1.0.1.Final</version>
</plugin>