Reinstate SNAPSHOT updates in integration tests

Fixes gh-16453
This commit is contained in:
Brian Clozel 2019-04-04 09:57:06 +02:00
parent 53b12eef4d
commit 81d3945922
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
repository=$(pwd)/distribution-repository repository=$(pwd)/distribution-repository
pushd git-repo > /dev/null pushd git-repo > /dev/null
run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -Dfull -Drepository=file://${repository} run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository}
popd > /dev/null popd > /dev/null