From d9f3848e220c300e9738da5cfd19164514d88dac Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot 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. By: Wesley Wolfe --- paper-api/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/paper-api/pom.xml b/paper-api/pom.xml index fbdc3c3b0..61d07b972 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -47,6 +47,7 @@ 1.6 1.6 + ${project.build.sourceEncoding}