DATAREDIS-945 - Run Maven with -U on CI.

This commit is contained in:
Oliver Drotbohm
2019-03-14 16:13:54 +01:00
parent 77f6582aee
commit 2edaa40b9c

View File

@@ -150,5 +150,5 @@ stop: redis-stop sentinel-stop cluster-stop
test:
$(MAKE) start
sleep 2
./mvnw clean test -DrunLongTests=true -P$(SPRING_PROFILE) || (echo "maven failed $$?"; exit 1)
./mvnw clean test -U -DrunLongTests=true -P$(SPRING_PROFILE) || (echo "maven failed $$?"; exit 1)
$(MAKE) stop