From 733a9d0cd3c256f1084e2aaf80184b0885f3a324 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Sun, 13 Jan 2019 16:16:58 -0600 Subject: [PATCH] Try to fix compile on windows --- org.hl7.fhir.convertors/src/main/resources/.keep | 0 pom.xml | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 org.hl7.fhir.convertors/src/main/resources/.keep diff --git a/org.hl7.fhir.convertors/src/main/resources/.keep b/org.hl7.fhir.convertors/src/main/resources/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/pom.xml b/pom.xml index 3fd7ba9ad..959bffe22 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ org.hl7.fhir org.hl7.fhir.core + 4.0.0 pom @@ -91,6 +92,20 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 1.8 + 1.8 + false + UTF-8 + false + + + + maven-surefire-plugin