You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/23 00:15:12 UTC

svn commit: r379970 - /maven/maven-1/plugins/trunk/pdf/project.xml

Author: aheritier
Date: Wed Feb 22 15:15:08 2006
New Revision: 379970

URL: http://svn.apache.org/viewcvs?rev=379970&view=rev
Log:
use the same reports list as in the plugins-parent and add the pdf one.

Modified:
    maven/maven-1/plugins/trunk/pdf/project.xml

Modified: maven/maven-1/plugins/trunk/pdf/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/project.xml?rev=379970&r1=379969&r2=379970&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/project.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/project.xml Wed Feb 22 15:15:08 2006
@@ -151,10 +151,18 @@
     <report>maven-changelog-plugin</report>
     <report>maven-file-activity-plugin</report>
     <report>maven-developer-activity-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jxr-plugin</report>
     <report>maven-jira-plugin</report>
     <report>maven-jdepend-plugin</report>
-    <report>maven-pdf-plugin</report>
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-pmd-plugin</report>
+    <report>maven-simian-plugin</report>
     <report>maven-faq-plugin</report>
+    <report>maven-linkcheck-plugin</report>
     <report>maven-license-plugin</report>
+    <report>maven-pdf-plugin</report>
   </reports>
 </project>