You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/02/25 01:51:10 UTC

svn commit: r1293500 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Sat Feb 25 00:51:10 2012
New Revision: 1293500

URL: http://svn.apache.org/viewvc?rev=1293500&view=rev
Log:
Add cobertura-maven-plugin report. Code coverage is a good thing.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1293500&r1=1293499&r2=1293500&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Feb 25 00:51:10 2012
@@ -498,8 +498,8 @@ Version 23:
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0-beta-2</version>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.1</version>
       </plugin>
       <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -509,6 +509,11 @@ Version 23:
               <minSeverity>${minSeverity}</minSeverity>
           </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-2</version>
+      </plugin>
     </plugins>
   </reporting>