MVN

com.tacitknowledge.maven.plugins : cobertura-checker

Maven & Gradle

May 14, 2013
0 stars

Cobertura XML Check Maven Plugin · The standard Cobertura maven plugin processes cobertura classes, not the XML report for threshold checks. This becomes a barrier when generating the cobertura report using tools like testacular, a coverage utility for Java Script. This plugin will parse the report and perform threshold checks. It targets the http://cobertura.sourceforge.net/xml/coverage-04.dtd

<plugin>
    <groupId>com.tacitknowledge.maven.plugins</groupId>
    <artifactId>cobertura-checker</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tacitknowledge.maven.plugins : cobertura-checker to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.tacitknowledge.maven.plugins : cobertura-checker to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cobertura-checker-1.0.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>com.tacitknowledge.maven.plugins</groupId>
    <artifactId>cobertura-checker</artifactId>
    <version>1.0.0</version>
</plugin>