summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Wolfe <weswolf@aol.com>2013-10-15 03:52:52 -0500
committerWesley Wolfe <weswolf@aol.com>2013-10-15 04:09:24 -0500
commit42e7fdee925a83cef82c6fba6cd39136cc476be1 (patch)
tree5a5a617e272671323d47aae14e594a59f767fb36
parentf4277d7105c1b4b03b494084b2ad9519056003d4 (diff)
downloadcraftbukkit-42e7fdee925a83cef82c6fba6cd39136cc476be1.tar
craftbukkit-42e7fdee925a83cef82c6fba6cd39136cc476be1.tar.gz
craftbukkit-42e7fdee925a83cef82c6fba6cd39136cc476be1.tar.lz
craftbukkit-42e7fdee925a83cef82c6fba6cd39136cc476be1.tar.xz
craftbukkit-42e7fdee925a83cef82c6fba6cd39136cc476be1.zip
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
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7c23af9d..caf3f720 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,11 +276,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
+ <version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
- <encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>