Skip to content

Commit

Permalink
Don't force snapshot update for integration tests
Browse files Browse the repository at this point in the history
See if that fixes intermittent NoClassDefFoundError.

See gh-12689
  • Loading branch information
mbhave committed Apr 3, 2018
1 parent e5f27c6 commit fa4a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa4a3ab

Please sign in to comment.