From 4667e9493c0479729dd47238cc9e06efe54e0b12 Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Wed, 28 Aug 2013 00:51:55 -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 a46ecbd954..e9fafd17e4 100644 --- a/pom.xml +++ b/pom.xml @@ -280,6 +280,7 @@ 1.6 1.6 + ${project.build.sourceEncoding}