Skip to content

Commit

Permalink
Publish test jars during snapshot build (#3162)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
michaelabuckley committed Nov 12, 2021
1 parent 2e6fb10 commit 1487e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
<mockito_version>3.9.0</mockito_version>
<nullaway_version>0.7.9</nullaway_version>
<guava_version>30.1.1-jre</guava_version>
<gson_version>2.8.6</gson_version>
<gson_version>2.8.9</gson_version>
<jaxb_bundle_version>2.2.11_1</jaxb_bundle_version>
<jaxb_api_version>2.3.1</jaxb_api_version>
<jaxb_core_version>2.3.0.1</jaxb_core_version>
Expand Down
2 changes: 1 addition & 1 deletion snapshot-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1487e03

Please sign in to comment.