diff --git a/module-snapshot-publishing.yml b/module-snapshot-publishing.yml index 35e63c158..cb93faebd 100644 --- a/module-snapshot-publishing.yml +++ b/module-snapshot-publishing.yml @@ -21,7 +21,9 @@ strategy: module: "org.hl7.fhir.r5" validator: module: "org.hl7.fhir.validation" - maxParallel: 3 + validator_cli: + module: "org.hl7.fhir.validation.cli" + maxParallel: 8 pool: vmImage: "ubuntu-16.04" @@ -105,6 +107,15 @@ steps: displayName: 'Deploy $(module) to Sonatype staging' inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml' - goals: deploy - options: '--settings $(System.DefaultWorkingDirectory)/settings.xml ' + goals: clean deploy + options: '--settings $(System.DefaultWorkingDirectory)/settings.xml' + publishJUnitResults: false + + # Clean any existing deployment artifacts + - task: Maven@3 + displayName: 'Clean any existing deploy artifacts.' + inputs: + mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml' + goals: clean + options: '--settings $(System.DefaultWorkingDirectory)/settings.xml' publishJUnitResults: false \ No newline at end of file diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 51db1595c..c594215d8 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -13,14 +13,15 @@ bundle - ca.uhn.hapi.fhir org.hl7.fhir.utilities + ${project.version} + - ca.uhn.hapi.fhir + ca.uhn.hapi.fhir hapi-fhir-base @@ -133,16 +134,16 @@ ${junit_jupiter_version} test - - com.atlassian.commonmark - commonmark - test - - - com.atlassian.commonmark - commonmark-ext-gfm-tables - test - + + com.atlassian.commonmark + commonmark + test + + + com.atlassian.commonmark + commonmark-ext-gfm-tables + test + diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 7b4849c3a..f22730c90 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -12,7 +12,6 @@ 4.0.0 org.hl7.fhir.report - bundle diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index c2f9701ce..802120eb6 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -13,7 +13,6 @@ bundle - ca.uhn.hapi.fhir hapi-fhir-base diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 1fd0d94b9..eb8add0b9 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -23,9 +23,11 @@ ca.uhn.hapi.fhir hapi-fhir-base + ca.uhn.hapi.fhir org.hl7.fhir.utilities + ${project.version} diff --git a/pom.xml b/pom.xml index 924cdf3b2..84be315c6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 5.0.0 - 1.1.18-SNAPSHOT + 1.1.18 5.6.2 3.0.0-M4 0.8.5 @@ -33,6 +33,20 @@ http://hl7.org + + org.hl7.fhir.utilities + org.hl7.fhir.dstu2 + org.hl7.fhir.dstu2016may + org.hl7.fhir.dstu3 + org.hl7.fhir.r4 + org.hl7.fhir.r5 + org.hl7.fhir.convertors + org.hl7.fhir.validation + org.hl7.fhir.validation.cli + + org.hl7.fhir.report + + @@ -122,21 +136,6 @@ - - org.hl7.fhir.utilities - org.hl7.fhir.dstu2 - org.hl7.fhir.dstu2016may - org.hl7.fhir.dstu3 - org.hl7.fhir.r4 - org.hl7.fhir.r5 - org.hl7.fhir.convertors - org.hl7.fhir.validation - org.hl7.fhir.validation.cli - - org.hl7.fhir.report - - - @@ -148,7 +147,7 @@ 1.8 false UTF-8 - true + false 512m 4000m true