Stream: implementers
Topic: Custom cli build
CeSharp (Feb 05 2020 at 14:24):
Can anyone provide me some info how to make a build of the master for the HAPI FHIR CLI. So I can access through cmd or bash ?
A mvn install does not generate what I can download for the CLI release on GIThub.... .
Any help would be much appreciated! I need is as the 4.2.0 has the fix implemented but is not yet released.
The CLI jar 4.1.0 is hapi-fhir-cli.jar which is 446+- MB. I only get a Jar +- 135 mb when I do a mvn isntall on the project.
Patrick Werner (Feb 05 2020 at 15:25):
you are propably searching for: hapi-fhir/hapi-fhir-cli/hapi-fhir-cli-app/target/hapi-fhir-cli-app-4.2.0-SNAPSHOT.jar (426MB)
CeSharp (Feb 05 2020 at 16:55):
Thanks! Saved my day :-) Was looking in the wrong place; Not used to Maven & JAVA ... ! More a .NET guy but on a Java project atm.
Last updated: Apr 12 2022 at 19:14 UTC