diff --git a/hapi-fhir-cli/pom.xml b/hapi-fhir-cli/pom.xml index c823c82bbe5..518c8fabb43 100644 --- a/hapi-fhir-cli/pom.xml +++ b/hapi-fhir-cli/pom.xml @@ -10,7 +10,7 @@ ../pom.xml - ca.uhn.hapi.example + ca.uhn.hapi.fhir hapi-fhir-cli jar diff --git a/hapi-fhir-dist/pom.xml b/hapi-fhir-dist/pom.xml index a5aa5e4bf54..ac642490542 100644 --- a/hapi-fhir-dist/pom.xml +++ b/hapi-fhir-dist/pom.xml @@ -30,6 +30,23 @@ hapi-fhir-structures-dstu2 1.2 + + ca.uhn.hapi.fhir + hapi-fhir-structures-hl7org-dstu2 + 1.2 + + + ca.uhn.hapi.fhir + hapi-fhir-validation-resources-dstu2 + 1.2 + + + ca.uhn.hapi.fhir + hapi-fhir-cli + 1.2 + + provided + ch.qos.logback logback-classic diff --git a/hapi-fhir-dist/src/assembly/hapi-fhir-cli.xml b/hapi-fhir-dist/src/assembly/hapi-fhir-cli.xml new file mode 100644 index 00000000000..d98e9e22155 --- /dev/null +++ b/hapi-fhir-dist/src/assembly/hapi-fhir-cli.xml @@ -0,0 +1,31 @@ + + + + cli + + + zip + tar.bz2 + + + false + + + + ${project.basedir}/../hapi-fhir-cli/target/ + / + + hapi-fhir-cli.jar + + + + ${project.basedir}/../hapi-fhir-cli/src/main/script + / + + hapi-fhir-cli + hapi-fhir-cli.cmd + + + + +