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

svn commit: r375473 - in /maven/maven-1/plugins/trunk: pdf/project.xml plugins-parent/project.xml

Author: ltheussl
Date: Mon Feb  6 20:20:15 2006
New Revision: 375473

URL: http://svn.apache.org/viewcvs?rev=375473&view=rev
Log:
Add license report by default

Modified:
    maven/maven-1/plugins/trunk/pdf/project.xml
    maven/maven-1/plugins/trunk/plugins-parent/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=375473&r1=375472&r2=375473&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/project.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/project.xml Mon Feb  6 20:20:15 2006
@@ -163,5 +163,6 @@
     <report>maven-jdepend-plugin</report>
     <report>maven-pdf-plugin</report>
     <report>maven-faq-plugin</report>
+    <report>maven-license-plugin</report>
   </reports>
 </project>

Modified: maven/maven-1/plugins/trunk/plugins-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/project.xml?rev=375473&r1=375472&r2=375473&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-parent/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.xml Mon Feb  6 20:20:15 2006
@@ -215,6 +215,7 @@
     <report>maven-simian-plugin</report>
     <report>maven-faq-plugin</report>
     <report>maven-linkcheck-plugin</report>
+    <report>maven-license-plugin</report>
   </reports>
 
 </project>