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