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/09 06:27:35 UTC

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

Author: jdcasey
Date: Sun May  8 21:27:34 2005
New Revision: 169231

URL: http://svn.apache.org/viewcvs?rev=169231&view=rev
Log:
Added '-e' switch to the plugins build. Still trying to get visibility to errors.

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=169231&r1=169230&r2=169231&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Sun May  8 21:27:34 2005
@@ -54,7 +54,7 @@
   echo "-----------------------------------------------------------------------"  
 
   cd maven-plugins
-  m2 clean:clean install
+  m2 -e 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