diff --git a/Makefile b/Makefile index 05041cda7..eab5d2611 100644 --- a/Makefile +++ b/Makefile @@ -149,5 +149,5 @@ stop: redis-stop sentinel-stop cluster-stop test: $(MAKE) start sleep 2 - ./mvnw clean install -DrunLongTests=true -P$(SPRING_PROFILE) + ./mvnw clean dependency:list test -P${PROFILE} -Dsort -DrunLongTests=true $(MAKE) stop diff --git a/ci/build.sh b/ci/build.sh index 7d0d64d25..3c99f3ec4 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -10,10 +10,6 @@ rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || : cd spring-data-redis-github -ln -s /work x - -make test SPRING_PROFILE=spring5-next - ./mvnw deploy \ -Dmaven.test.skip=true \ -DaltDeploymentRepository=distribution::default::file://${spring_data_redis_artifactory} diff --git a/ci/test.sh b/ci/test.sh index 457ae2fa6..6b0a8fe0d 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -10,6 +10,5 @@ cd spring-data-redis-github ln -s /work x +# Maven run from inside Makefile to interact with Redis server. make test SPRING_PROFILE=spring5-next - -./mvnw clean dependency:list test -P${PROFILE} -Dsort