From 1271d5cf4df63476a2e537e56ae55705b5a6b2a5 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Tue, 24 Mar 2020 09:44:33 -0400 Subject: [PATCH] One more azure tweak --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b99ec7dace..fb818edbbe8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ jobs: env: JAVA_HOME_11_X64: /usr/local/openjdk-11 inputs: - goals: 'dependency:go-offline clean install' + goals: 'clean install' # These are Maven CLI options (and show up in the build logs) - "-nsu"=Don't update snapshots. We can remove this when Maven OSS is more healthy options: '-P ALLMODULES,JACOCO,CI,ERRORPRONE -nsu -e -B -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)' # These are JVM options (and don't show up in the build logs)