Adding validator cli SNAPSHOT publishing and debug variable to maven execution.

This commit is contained in:
Mark Iantorno 2020-06-03 09:37:35 -04:00
parent 903eabdfc5
commit cc851afc68

View File

@ -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