Added '-e' switch to the plugins build. Still trying to get visibility to errors.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-05-09 04:27:34 +00:00
parent 469f96a4f1
commit 31b340375b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi
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