You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2006/01/02 06:50:34 UTC

svn commit: r365297 - /jakarta/commons/proper/math/trunk/project.xml

Author: psteitz
Date: Sun Jan  1 21:50:33 2006
New Revision: 365297

URL: http://svn.apache.org/viewcvs?rev=365297&view=rev
Log:
Replaced clover with cobertura, added pmd report.

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

Modified: jakarta/commons/proper/math/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/project.xml?rev=365297&r1=365296&r2=365297&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/project.xml (original)
+++ jakarta/commons/proper/math/trunk/project.xml Sun Jan  1 21:50:33 2006
@@ -196,6 +196,13 @@
       <version>0.2</version>
       <url>http://jakarta.apache.org/commons/discovery</url>
      </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>
     <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
@@ -230,9 +237,10 @@
   </build>
   <reports>
     <report>maven-changes-plugin</report>
+    <report>maven-cobertura-plugin</report>
+    <report>maven-pmd-plugin</report>
     <!--
     <report>maven-changelog-plugin</report>
-    <report>maven-clover-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-file-activity-plugin</report>
     -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org