Added '-X' switch to the re-building of plugins step...

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-05-07 05:48:00 +00:00
parent 4e19394875
commit 5974808b45
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi
echo "-----------------------------------------------------------------------"
cd maven-plugins
m2 clean:clean install
m2 -X clean:clean install
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
)
ret=$?; if [ $ret != 0 ]; then exit $ret; fi