You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/27 18:38:35 UTC

svn commit: r1648071 - /commons/proper/lang/trunk/pom.xml

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>