Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
This commit is contained in:
commit
c687316b38
|
@ -86,7 +86,7 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
|
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
|
||||||
goals: deploy
|
goals: deploy
|
||||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -DdeployToSonatype'
|
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -pl "!org.hl7.fhir.report, !org.hl7.fhir.validation.cli" -DdeployToSonatype'
|
||||||
publishJUnitResults: false
|
publishJUnitResults: false
|
||||||
|
|
||||||
# Deploy the SNAPSHOT artifact to GitHub packages.
|
# Deploy the SNAPSHOT artifact to GitHub packages.
|
||||||
|
@ -96,5 +96,5 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
|
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
|
||||||
goals: deploy
|
goals: deploy
|
||||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -Dmaven.test.skip -DdeployToGitHub'
|
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -pl "!org.hl7.fhir.report, !org.hl7.fhir.validation.cli" -Dmaven.test.skip -DdeployToGitHub'
|
||||||
publishJUnitResults: false
|
publishJUnitResults: false
|
||||||
|
|
Loading…
Reference in New Issue