From ee7680ddce022a1b4fb9b39080f9472da1e8b07b Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Sat, 7 May 2005 14:20:01 +0000 Subject: [PATCH] took -X back out... git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169081 13f79535-47bb-0310-9956-ffa450edef68 --- m2-bootstrap-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2-bootstrap-all.sh b/m2-bootstrap-all.sh index a82f4d866c..6db4d00f2c 100644 --- a/m2-bootstrap-all.sh +++ b/m2-bootstrap-all.sh @@ -50,7 +50,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi 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