From 52215c617166dddbe52cf7ee8d37964dc948f753 Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Wed, 28 Aug 2013 00:48:36 -0500 Subject: [PATCH] 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 fbdc3c3b0c..61d07b972d 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 1.6 1.6 + ${project.build.sourceEncoding}