From 83ba0892829c5b801c6f07a7664bec1fdfe7299a Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Wed, 28 Aug 2013 00:48:36 -0500 Subject: Add source encoding to the maven compiler plugin. This change adds the source encoding to the maven compiler plugin, which will strictly enforce build consistency on multiple platforms and address possible compilation issues on some of the source files. The source encoding unintuitively is system-specified by default. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index fbdc3c3b..61d07b97 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 1.6 1.6 + ${project.build.sourceEncoding} -- cgit v1.2.3