From 04cd1e645aa6107267c94912b0f9c70ffec5c23a Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Wed, 15 Oct 2014 18:32:30 +0200 Subject: [PATCH] Use project.build.sourceEncoding in compiler Defining a default encoding of UTF-8 in project.build.sourceEncoding and then overriding it in the compiler args with another (presumably wrong) encoding does not make sense. By default, will use project.build.sourceEncoding. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3934beea9..13c71b63f 100644 --- a/pom.xml +++ b/pom.xml @@ -237,7 +237,6 @@ ${jdk.source} ${jdk.target} - ISO-8859-1 ${jdk.debug} ${jdk.optimize}