From 12455bf6e3b73abd628790906ad6adcc019c3253 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Tue, 10 May 2005 03:13:35 +0000 Subject: [PATCH] always update snapshots git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169404 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 608ab6a728..76688468e7 100644 --- a/m2-bootstrap-all.sh +++ b/m2-bootstrap-all.sh @@ -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