You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/21 11:09:15 UTC

svn commit: r290662 - /maven/maven-1/core/trunk/build-bootstrap.xml

Author: aheritier
Date: Wed Sep 21 02:09:10 2005
New Revision: 290662

URL: http://svn.apache.org/viewcvs?rev=290662&view=rev
Log:
(re)Disable tests on plugins. Even if maven is launched in the plugins directory to call tests, it fails in the bootstrap (and not if we call it manually). Is it a problem with the exec task in ant? It must be investigated..

Modified:
    maven/maven-1/core/trunk/build-bootstrap.xml

Modified: maven/maven-1/core/trunk/build-bootstrap.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/build-bootstrap.xml?rev=290662&r1=290661&r2=290662&view=diff
==============================================================================
--- maven/maven-1/core/trunk/build-bootstrap.xml (original)
+++ maven/maven-1/core/trunk/build-bootstrap.xml Wed Sep 21 02:09:10 2005
@@ -237,7 +237,7 @@
     <copy todir="${maven.bootstrap.install.dir}/plugins">
       <fileset dir="${maven.home}/plugins" />
     </copy>
-
+<!--
     <echo>
 |
 | TESTING THE PLUGINS...
@@ -255,7 +255,7 @@
       <arg value="maven:plugins-test"/>
       <env key="MAVEN_TERMINATE_CMD" value="on" />
     </exec>
-
+-->
     <echo>
 |
 | BUILDING MAVEN WITH ITSELF...



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org