mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Adding validator cli SNAPSHOT publishing and debug variable to maven execution.
This commit is contained in:
parent
903eabdfc5
commit
cc851afc68
@ -21,6 +21,8 @@ strategy:
|
||||
module: "org.hl7.fhir.r5"
|
||||
validator:
|
||||
module: "org.hl7.fhir.validation"
|
||||
validator_cli:
|
||||
module: "org.hl7.fhir.validation.cli"
|
||||
maxParallel: 3
|
||||
|
||||
pool:
|
||||
@ -106,5 +108,5 @@ steps:
|
||||
inputs:
|
||||
mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml'
|
||||
goals: deploy
|
||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml '
|
||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -X'
|
||||
publishJUnitResults: false
|
Loading…
x
Reference in New Issue
Block a user