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:00:02 UTC

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

Author: brianf
Date: Wed Feb 18 01:00:01 2009
New Revision: 745339

URL: http://svn.apache.org/viewvc?rev=745339&view=rev
Log:
temporarily remove the modules to avoid a cyclic dependency

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=745339&r1=745338&r2=745339&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Feb 18 01:00:01 2009
@@ -109,7 +109,7 @@
       </otherArchives>
     </mailingList>
   </mailingLists>
-
+<!--
   <modules>
     <module>maven-ant-plugin</module>
     <module>maven-antrun-plugin</module>
@@ -137,10 +137,10 @@
     <module>maven-one-plugin</module>
     <module>maven-patch-plugin</module>
     <module>maven-pmd-plugin</module>
-    <!-- Excluded as a workaround for MNG-3814
+     Excluded as a workaround for MNG-3814
     <module>maven-project-info-reports-plugin</module>
-    -->
-    <module>maven-rar-plugin</module>
+    
+   <module>maven-rar-plugin</module>
     <module>maven-reactor-plugin</module>
     <module>maven-remote-resources-plugin</module>
     <module>maven-repository-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>