From 3df5b79a37248780ab75d4d8f5bec123d89c2183 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 9 Apr 2020 19:26:25 -0400 Subject: [PATCH] Force maven update --- scripts/noIntegration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/noIntegration.sh b/scripts/noIntegration.sh index e8dad9c611..8d1266a424 100755 --- a/scripts/noIntegration.sh +++ b/scripts/noIntegration.sh @@ -6,5 +6,5 @@ FOLDER=`pwd` set -e -./mvnw clean install ${@} +./mvnw clean install -U ${@} ${FOLDER}/scripts/generateDocs.sh ${@} \ No newline at end of file