mirror of https://github.com/apache/maven.git
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:
parent
a1cc67d6ea
commit
12455bf6e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue