Author: britter
Date: Sat Dec 27 17:38:35 2014
New Revision: 1648071
URL: http://svn.apache.org/r1648071
Log:
Use jacoco via parent pom configuration file instead of cobertura (which takes
forever to run)
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1648071&r1=1648070&r2=1648071&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat Dec 27 17:38:35 2014
@@ -622,11 +622,6 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.6</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>2.6.1</version>
<configuration>