Last Version

Maven Cobertura Plug-in 1.4

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. It is based on jcoverage.

Categories

Categories

Maven Build Tools Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

maven-plugins
ArtifactId

ArtifactId

maven-cobertura-plugin
Version

Version

1.4
Type

Type

jar
Description

Description

Maven Cobertura Plug-in
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. It is based on jcoverage.
Project URL

Project URL

http://maven-plugins.sourceforge.net/maven-cobertura-plugin/
Project Organization

Project Organization

SourceForge
Source Code Management

Source Code Management

http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/cobertura

Download maven-cobertura-plugin 1.4


<!-- https://jarcasting.com/artifacts/maven-plugins/maven-cobertura-plugin/ -->
<dependency>
    <groupId>maven-plugins</groupId>
    <artifactId>maven-cobertura-plugin</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/maven-plugins/maven-cobertura-plugin/
implementation 'maven-plugins:maven-cobertura-plugin:1.4'
// https://jarcasting.com/artifacts/maven-plugins/maven-cobertura-plugin/
implementation ("maven-plugins:maven-cobertura-plugin:1.4")
'maven-plugins:maven-cobertura-plugin:jar:1.4'
<dependency org="maven-plugins" name="maven-cobertura-plugin" rev="1.4">
  <artifact name="maven-cobertura-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven-plugins', module='maven-cobertura-plugin', version='1.4')
)
libraryDependencies += "maven-plugins" % "maven-cobertura-plugin" % "1.4"
[maven-plugins/maven-cobertura-plugin "1.4"]

Dependencies

compile (6)

Group / Artifact Type Version
net.sourceforge.cobertura : cobertura jar 1.9
oro : oro jar 2.0.8
asm : asm jar 2.2.1
asm : asm-tree jar 2.2.1
log4j : log4j jar 1.2.9
commons-jelly : commons-jelly-tags-log jar 1.0

Project Modules

There are no modules declared in this project.