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/16 13:07:57 UTC

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

Author: aheritier
Date: Fri Sep 16 04:07:52 2005
New Revision: 289490

URL: http://svn.apache.org/viewcvs?rev=289490&view=rev
Log:
Plugins tests are fixed. It takes a little time to execute them it's better for our quality.

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=289490&r1=289489&r2=289490&view=diff
==============================================================================
--- maven/maven-1/core/trunk/build-bootstrap.xml (original)
+++ maven/maven-1/core/trunk/build-bootstrap.xml Fri Sep 16 04:07:52 2005
@@ -238,7 +238,6 @@
       <fileset dir="${maven.home}/plugins" />
     </copy>
 
-<!-- Don't test the plugins, it breaks too often at the fault of rogue plugins
     <echo>
 |
 | TESTING THE PLUGINS...
@@ -256,7 +255,6 @@
       <arg value="maven:plugins-test"/>
       <env key="MAVEN_TERMINATE_CMD" value="on" />
     </exec>
--->
 
     <echo>
 |



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