From 5bc3d42bbe113e2ba89e9b56b45f752df68f6000 Mon Sep 17 00:00:00 2001 From: Oscar Gonzalez Fernandez Date: Tue, 28 May 2013 20:14:33 +0200 Subject: [PATCH] Avoid build warning Specify the encoding used in the project instead of using the platform default one. This could lead to not portable builds among different platforms. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 066b55e0a..d6e7274af 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,8 @@ true true + + UTF-8