You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/03/16 00:26:27 UTC

svn commit: r637491 - /commons/proper/collections/trunk/project.xml

Author: bayard
Date: Sat Mar 15 16:26:23 2008
New Revision: 637491

URL: http://svn.apache.org/viewvc?rev=637491&view=rev
Log:
Updating reports

Modified:
    commons/proper/collections/trunk/project.xml

Modified: commons/proper/collections/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/project.xml?rev=637491&r1=637490&r2=637491&view=diff
==============================================================================
--- commons/proper/collections/trunk/project.xml (original)
+++ commons/proper/collections/trunk/project.xml Sat Mar 15 16:26:23 2008
@@ -479,18 +479,16 @@
   </build>
 
   <reports>
-    <!--report>maven-changelog-plugin</report-->
-    <!--report>maven-changes-plugin</report-->
-    <!--report>maven-developer-activity-plugin</report-->
-    <!--report>maven-file-activity-plugin</report-->
-    <!--report>maven-checkstyle-plugin</report-->
+    <!--report>maven-changes-plugin</report-->   <!-- commented out until changes.xml exists -->
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-pmd-plugin</report>
+    <!--report>maven-findbugs-plugin</report-->  <!-- commented out due to license -->
     <report>maven-javadoc-plugin</report>
     <report>maven-jdepend-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-jxr-plugin</report>
     <report>maven-license-plugin</report>
-    <!--report>maven-cobertura-plugin</report>
-    <report>maven-jdiff-plugin</report-->
+    <!--report>maven-cobertura-plugin</report--> <!-- commented out due to license -->
   </reports>
 
 </project>