From 56885bb9bace17331184326186a2963ef9f34f30 Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 2 Mar 2023 14:01:11 -0500 Subject: [PATCH] Update master-branch-parallel-pipeline.yml ***NO_CI*** --- master-branch-parallel-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master-branch-parallel-pipeline.yml b/master-branch-parallel-pipeline.yml index 408c84e55..f4c546300 100644 --- a/master-branch-parallel-pipeline.yml +++ b/master-branch-parallel-pipeline.yml @@ -27,10 +27,10 @@ jobs: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' - options: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)' + options: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -DskipTests' mavenOptions: '-Xmx3072m' javaHomeOption: 'JDKVersion' jdkVersionOption: '1.11' jdkArchitectureOption: 'x64' publishJUnitResults: false - goals: 'dependency:resolve' + goals: 'install'