MVN

eu.numberfour.maven.plugins : jscoverage-cobertura-maven-plugin

Maven & Gradle

Jun 27, 2011
4 stars

jscoverage to Cobertura XML Plugin · Plugin to convert jscoverage's JSON to the Cobertura XML format

<plugin>
    <groupId>eu.numberfour.maven.plugins</groupId>
    <artifactId>jscoverage-cobertura-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.numberfour.maven.plugins : jscoverage-cobertura-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of eu.numberfour.maven.plugins : jscoverage-cobertura-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
jscoverage-cobertura-maven-plugin-1.2.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>eu.numberfour.maven.plugins</groupId>
    <artifactId>jscoverage-cobertura-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>