From c518c132e0724304498f75f8357cb35f6b6c578e Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 14 Mar 2019 16:13:54 +0100 Subject: [PATCH] DATAREDIS-945 - Run Maven with -U on CI. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e6d062db..2eed742e3 100644 --- a/Makefile +++ b/Makefile @@ -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