450163d0fb | ||
---|---|---|
.mvn/wrapper | ||
org.hl7.fhir.convertors | ||
org.hl7.fhir.dstu2 | ||
org.hl7.fhir.dstu3 | ||
org.hl7.fhir.dstu2016may | ||
org.hl7.fhir.r4 | ||
org.hl7.fhir.rdf | ||
org.hl7.fhir.utilities | ||
org.hl7.fhir.validation | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
mvnw | ||
mvnw.cmd | ||
pom.xml |
README.md
HAPI FHIR - HL7 FHIR Core Artifacts
Building this Project
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