From a5f298677d71c0455d2e1e39fa5871b9bf15b19e 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 a9b41cfda..7987d0f77 100644 --- a/Makefile +++ b/Makefile @@ -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