mirror of https://github.com/apache/maven.git
update snapshots in CI
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@185101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e7ad1e9433
commit
81aa1b6b90
2
ci.sh
2
ci.sh
|
@ -119,7 +119,7 @@ fi
|
||||||
(
|
(
|
||||||
cd $DIR/maven-components
|
cd $DIR/maven-components
|
||||||
|
|
||||||
sh m2-bootstrap-all.sh -Dmaven.repo.local="$HOME_DIR/$REPO" -Dmaven.home="$M2_HOME"
|
sh m2-bootstrap-all.sh -Dmaven.repo.local="$HOME_DIR/$REPO" -Dmaven.home="$M2_HOME" --update-snapshots
|
||||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||||
)
|
)
|
||||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||||
|
|
Loading…
Reference in New Issue