You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/02/18 02:08:18 UTC

svn commit: r745342 - /maven/plugins/trunk/pom.xml

Author: brianf
Date: Wed Feb 18 01:08:18 2009
New Revision: 745342

URL: http://svn.apache.org/viewvc?rev=745342&view=rev
Log:
put the modules back

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=745342&r1=745341&r2=745342&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Feb 18 01:08:18 2009
@@ -109,7 +109,7 @@
       </otherArchives>
     </mailingList>
   </mailingLists>
-<!--
+
   <modules>
     <module>maven-ant-plugin</module>
     <module>maven-antrun-plugin</module>
@@ -137,8 +137,8 @@
     <module>maven-one-plugin</module>
     <module>maven-patch-plugin</module>
     <module>maven-pmd-plugin</module>
-     Excluded as a workaround for MNG-3814
-    <module>maven-project-info-reports-plugin</module>
+     <!--Excluded as a workaround for MNG-3814
+    <module>maven-project-info-reports-plugin</module>-->
     
    <module>maven-rar-plugin</module>
     <module>maven-reactor-plugin</module>
@@ -152,7 +152,7 @@
     <module>maven-toolchains-plugin</module>
     <module>maven-verifier-plugin</module>
     <module>maven-war-plugin</module>
-  </modules> -->
+  </modules>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>