You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/05/07 16:20:02 UTC

svn commit: r169081 - /maven/components/trunk/m2-bootstrap-all.sh

Author: jdcasey
Date: Sat May  7 07:20:01 2005
New Revision: 169081

URL: http://svn.apache.org/viewcvs?rev=169081&view=rev
Log:
took -X back out...

Modified:
    maven/components/trunk/m2-bootstrap-all.sh

Modified: maven/components/trunk/m2-bootstrap-all.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=169081&r1=169080&r2=169081&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Sat May  7 07:20:01 2005
@@ -50,7 +50,7 @@
   echo "-----------------------------------------------------------------------"  
 
   cd maven-plugins
-  m2 -X clean:clean install
+  m2 clean:clean install
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 )
 ret=$?; if [ $ret != 0 ]; then exit $ret; fi



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