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

This commit is contained in:
Oliver Drotbohm
2019-03-14 16:13:54 +01:00
parent bda9f7ea76
commit c518c132e0

View File

@@ -149,5 +149,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