Categories |
CategoriesMaven Build Tools Cobertura Application Testing & Monitoring Code Coverage |
---|---|
GroupId | GroupIdmaven-plugins |
ArtifactId | ArtifactIdmaven-cobertura-plugin |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-cobertura-plugin-1.4.pom | |
maven-cobertura-plugin-1.4.jar | 12 KB |
Browse |
<!-- 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"]
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 |