2019-01-13 15:33:14 -05:00
|
|
|
HAPI FHIR - HL7 FHIR Core Artifacts
|
|
|
|
===================================
|
|
|
|
|
|
|
|
# Building this Project
|
|
|
|
|
|
|
|
This project uses [Apache Maven](http://maven.apache.org) 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
|
|
|
|
```
|
2019-06-17 00:51:15 -04:00
|
|
|
|
|
|
|
== Maintenance
|
|
|
|
|
|
|
|
This project is maintained by Grahame Grieve and James Agnew on behalf of the FHIR community.
|