diff --git a/ci/scripts/build-integration-tests.sh b/ci/scripts/build-integration-tests.sh index 953eaebb1c74..bc5876449f9e 100755 --- a/ci/scripts/build-integration-tests.sh +++ b/ci/scripts/build-integration-tests.sh @@ -5,5 +5,5 @@ source $(dirname $0)/common.sh repository=$(pwd)/distribution-repository pushd git-repo > /dev/null -run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} +run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -Dfull -Drepository=file://${repository} popd > /dev/null