aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2016-06-18 12:40:01 +0000
committerBenedikt Ritter <britter@apache.org>2016-06-18 12:40:01 +0000
commit8e150172994146a1e8c444a772a75948bf446fad (patch)
tree47518b8a80cb91b69d3c460886a2ccd5f6e2a271 /pom.xml
parent25232230d98d47fbb2be4648ce776702089ed13d (diff)
downloadapache-commons-bcel-8e150172994146a1e8c444a772a75948bf446fad.tar.gz
Use JaCoCo for measuring test coverage since the Cobertura instrumentation breaks test during site build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748990 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 9ed6c137..cfd9daec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,12 +347,6 @@
</configuration>
</plugin>
<plugin>
- <!-- generate a code coverage report -->
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.7</version>
- </plugin>
- <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>${commons.rat.version}</version>