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

This commit is contained in:
Oliver Drotbohm
2019-03-14 16:13:54 +01:00
parent 669bc0a598
commit a5f298677d

View File

@@ -145,5 +145,5 @@ stop: redis-stop sentinel-stop cluster-stop
test:
$(MAKE) start
sleep 2
mvn clean install -DrunLongTests=true -P$(SPRING_PROFILE)
mvn clean install -U -DrunLongTests=true -P$(SPRING_PROFILE)
$(MAKE) stop