/[Apache-SVN]/maven/components/trunk/m2-bootstrap-all.sh
ViewVC logotype

Diff of /maven/components/trunk/m2-bootstrap-all.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- maven/components/trunk/m2-bootstrap-all.sh	2005/05/07 13:55:07	169080
+++ maven/components/trunk/m2-bootstrap-all.sh	2005/05/07 14:20:01	169081
@@ -50,7 +50,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret
   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

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26