From e0a21f1ea720e0eec1e02984b36ffdfb6fe69743 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Mon, 29 Feb 2016 19:00:40 +0100 Subject: [PATCH] Sets UTF-8 as the source encoding The POM has been updated to fix UTF-8 as the source code encoding. This avoids problems when building the project in Windows systems. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index a5243ec..90fe814 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ 1.8 1.8 + UTF-8 UTF-8 ${project.basedir}/servers false -- 2.18.1