Author: oheger
Date: Sun Jan 15 11:06:58 2006
New Revision: 369251

URL: http://svn.apache.org/viewcvs?rev=369251&view=rev
Log:
Switched from jcoverage to cobertura

Modified:
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?rev=369251&r1=369250&r2=369251&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sun Jan 15 11:06:58 
2006
@@ -410,6 +410,14 @@
       <type>plugin</type>
     </dependency>
 
+    <dependency>
+      <groupId>maven-plugins</groupId>
+      <artifactId>maven-cobertura-plugin</artifactId>
+      <version>1.1.1</version>
+      <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
+      <type>plugin</type>
+    </dependency>
+
   </dependencies>
 
   <build>
@@ -493,7 +501,7 @@
     <report>maven-tasklist-plugin</report>
     <report>maven-pmd-plugin</report>
     <report>maven-faq-plugin</report>
-    <report>maven-jcoverage-plugin</report>
+    <report>maven-cobertura-plugin</report>
     <report>maven-tasks-plugin</report>
     <!-- Commented out, does not run on JDK 1.3
     <report>maven-findbugs-plugin</report> -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to