always update snapshots

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-10 03:13:35 +00:00
parent a1cc67d6ea
commit 12455bf6e3
1 changed files with 1 additions and 1 deletions

View File

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