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 2008/03/18 23:51:20 UTC

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

Author: aheritier
Date: Tue Mar 18 15:51:12 2008
New Revision: 638626

URL: http://svn.apache.org/viewvc?rev=638626&view=rev
Log:
Remove maven-toolchains-plugin from modules because it relies on a version of maven not yet released.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=638626&r1=638625&r2=638626&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Mar 18 15:51:12 2008
@@ -152,7 +152,7 @@
     <module>maven-site-plugin</module>
     <module>maven-source-plugin</module>
     <module>maven-stage-plugin</module>
-    <module>maven-toolchains-plugin</module>
+    <!-- We cannot build it without maven 2.0.9-SNAPSHOT<module>maven-toolchains-plugin</module>-->
     <module>maven-verifier-plugin</module>
     <module>maven-war-plugin</module>
   </modules>