Java openEHR Implementation project (ADL 1.4)
- Java 8 or higher
- Maven 3.0.4 or higher
The java-libs project is available at Maven Central.
For example, if you need to use the adl-parser, add into your pom.xml:
<dependency>
<groupId>org.openehr.java-libs</groupId>
<artifactId>adl-parser</artifactId>
<version>1.0.71</version>
</dependency>
To build the whole project in philips enviroment, first configure your maven proxy in the file C:\Users<your user>.m2\settings.xml. If the file don't exist it's necessary create it. follow this link https://maven.apache.org/guides/mini/guide-proxies.html
mvn clean install
This will create binary files in the target directories of each submodule.