You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/05/04 12:37:35 UTC

svn commit: r771264 - /maven/shared/trunk/pom.xml

Author: bentmann
Date: Mon May  4 10:37:35 2009
New Revision: 771264

URL: http://svn.apache.org/viewvc?rev=771264&view=rev
Log:
o Excluded maven-script from reactor/CI as it's currently not building and would need some work

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=771264&r1=771263&r2=771264&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Mon May  4 10:37:35 2009
@@ -128,7 +128,9 @@
     <module>maven-reporting-impl</module>
     <module>maven-repository-builder</module>
     <module>maven-runtime</module>
+    <!-- TODO: This seems to target Maven 3.x and needs some love
     <module>maven-script</module>
+    -->
     <module>maven-shared-io</module>
     <module>maven-shared-jar</module>
     <module>maven-shared-monitor</module>