summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Wolfe <weswolf@aol.com>2013-10-15 04:06:17 -0500
committerWesley Wolfe <weswolf@aol.com>2013-10-15 04:07:40 -0500
commitccf8982c63837545525f26ffbfa2ffa2f5ac53bf (patch)
treecbf96d535b1169df9792f5b7b53551746ab35939
parentbcab013d15ec8332521b5e42ab9b2bba673f6c20 (diff)
downloadbukkit-ccf8982c63837545525f26ffbfa2ffa2f5ac53bf.tar
bukkit-ccf8982c63837545525f26ffbfa2ffa2f5ac53bf.tar.gz
bukkit-ccf8982c63837545525f26ffbfa2ffa2f5ac53bf.tar.lz
bukkit-ccf8982c63837545525f26ffbfa2ffa2f5ac53bf.tar.xz
bukkit-ccf8982c63837545525f26ffbfa2ffa2f5ac53bf.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 52215c617166dddbe52cf7ee8d37964dc948f753 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 dfdcbdf3..e07c171a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,11 +43,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>