From 1487e03037db3e31e2786b35b71bce4bc1ed1197 Mon Sep 17 00:00:00 2001 From: michaelabuckley Date: Fri, 12 Nov 2021 10:40:24 -0500 Subject: [PATCH] Publish test jars during snapshot build (#3162) * publish test-jar from hapi-fhir-storage * Extract BaseDateSearchDaoTests up to hapi-fhir-storage. Share a date search tests between JPA and Mongo. * Use ITestDataBuilder for setup * Move Mongo date cases into common set * cleanup * More cleanup * naming * fix equal case * Use -DskipTests instead of the more agressive -Dmaven.test.skip --- pom.xml | 2 +- snapshot-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bf08df39611c..56285d07bad5 100644 --- a/pom.xml +++ b/pom.xml @@ -798,7 +798,7 @@ 3.9.0 0.7.9 30.1.1-jre - 2.8.6 + 2.8.9 2.2.11_1 2.3.1 2.3.0.1 diff --git a/snapshot-pipeline.yml b/snapshot-pipeline.yml index ad886c91ca93..d0859d424493 100644 --- a/snapshot-pipeline.yml +++ b/snapshot-pipeline.yml @@ -85,5 +85,5 @@ steps: inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml' goals: deploy - options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES -Dmaven.test.skip' + options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES -DskipTests' publishJUnitResults: false