CI Status (master) | Release Pipeline | Current Release | Latest SNAPSHOT |
---|---|---|---|
This is the code for the HL7 IG publisher: a tool to take a set of inputs and create a standard FHIR IG. The HL7 FHIR IG publisher does not provide an authoring environment - that's left to other parties.
All intergration and delivery done on Azure pipelines. Azure project can be viewed here.
This project uses Apache Maven to build. To build:
mvn install
Note that unit tests will run, but are currently not set to fail the build as they do not all pass. This is being worked on.
To skip unit tests:
mvn -Dmaven.test.skip install
An brief overview of our publishing process is here.
For more detailed instructions on cutting a release, please read the wiki
This project is maintained by Grahame Grieve and Lloyd McKenzie on behalf of the FHIR community.