Last Version

Mojo's Maven plugin for Cobertura 2.7

This is the Mojo's Maven plugin for Cobertura. Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.

License

License

Categories

Categories

Maven Build Tools Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

cobertura-maven-plugin
Version

Version

2.7
Type

Type

maven-plugin
Description

Description

Mojo's Maven plugin for Cobertura
This is the Mojo's Maven plugin for Cobertura. Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.
Project Organization

Project Organization

Codehaus

Download cobertura-maven-plugin 2.7


<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>cobertura-maven-plugin</artifactId>
    <version>2.7</version>
</plugin>

Dependencies

compile (15)

Group / Artifact Type Version
net.sourceforge.cobertura : cobertura jar 2.1.1
xerces : xercesImpl jar 2.11.0
jaxen : jaxen jar 1.1.4
org.jdom : jdom jar 1.1.3
net.sourceforge.cobertura : cobertura-runtime pom 2.1.1
urbanophile : java-getopt jar 1.0.9
org.apache.maven : maven-core jar 2.0.8
org.apache.maven : maven-artifact jar 2.0.8
org.apache.maven : maven-plugin-api jar 2.0.8
org.apache.maven.reporting : maven-reporting-api jar 2.0.8
org.apache.maven : maven-project jar 2.0.8
org.apache.maven.reporting : maven-reporting-impl jar 2.0.4.2
commons-lang : commons-lang jar 2.4
org.codehaus.plexus : plexus-utils jar 2.0.2
org.apache.maven.shared : maven-invoker jar 2.0.11

test (3)

Group / Artifact Type Version
httpunit : httpunit jar 1.6.2
junit : junit jar 4.8.1
org.apache.maven.shared : maven-plugin-testing-harness jar 1.1

Project Modules

There are no modules declared in this project.