Last Version

Cobertura XML Check Maven Plugin 1.0.0

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

License

License

Categories

Categories

Maven Build Tools Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.tacitknowledge.maven.plugins
ArtifactId

ArtifactId

cobertura-checker
Version

Version

1.0.0
Type

Type

maven-plugin
Description

Description

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
Project URL

Project URL

https://github.com/tacitknowledge/maven-cobertura-checker
Project Organization

Project Organization

Tacit Knowledge
Source Code Management

Source Code Management

https://github.com/tacitknowledge/maven-cobertura-checker

Download cobertura-checker 1.0.0


<plugin>
    <groupId>com.tacitknowledge.maven.plugins</groupId>
    <artifactId>cobertura-checker</artifactId>
    <version>1.0.0</version>
</plugin>

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven : maven-project jar 2.2.1

provided (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0.4
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.