From 8c9e4ff39a1437b8dd2f04e56e15fa1087340608 Mon Sep 17 00:00:00 2001 From: Bryce Van Dyk Date: Sat, 12 Sep 2015 16:42:47 +1200 Subject: [PATCH] Adjust the checkstyle location to play nice on Win Removed the file:// prefix on the checkstyle config location, this is needed for the site build to work on Windows. I've tested this on Linux, though not as thouroughly. --- hapi-fhir-base/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index 7a49d25c4c0..b7fcc048ae7 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -190,7 +190,7 @@ false - file://${project.basedir}/../src/checkstyle/checkstyle.xml + ${project.basedir}/../src/checkstyle/checkstyle.xml diff --git a/pom.xml b/pom.xml index 94c2e69ebe0..a3085b30bda 100644 --- a/pom.xml +++ b/pom.xml @@ -787,7 +787,7 @@ - file://${project.basedir}/src/checkstyle/checkstyle.xml + ${project.basedir}/src/checkstyle/checkstyle.xml