From 5d69eea73deb9e9873d40d52e005ab41da42725d Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Tue, 15 Oct 2013 03:52:52 -0500 Subject: [PATCH] Update maven compiler to 2.3.2 This change removes a redundant addition of source encoding and makes our compiler match the current maven default. This amends the commit 4775b25a5932a2a24da2c55356936e2f98bff98c Upstream issue http://jira.codehaus.org/browse/MCOMPILER-70 By: Wesley Wolfe --- paper-server/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paper-server/pom.xml b/paper-server/pom.xml index 7c23af9d62..caf3f72076 100644 --- a/paper-server/pom.xml +++ b/paper-server/pom.xml @@ -276,11 +276,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 2.3.2 1.6 1.6 - ${project.build.sourceEncoding}