summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2011-03-12 14:57:30 +0100
committerErik Broes <erikbroes@grum.nl>2011-03-12 15:04:42 +0100
commitd7ab2771055428362b0414f3cf15b3f222ed7647 (patch)
treedd380661abf28ed42747589f52f1b797ac5957f6 /pom.xml
parent49a3d5bfb353864ee5e0206fd3cbfe5193106b7e (diff)
downloadcraftbukkit-d7ab2771055428362b0414f3cf15b3f222ed7647.tar
craftbukkit-d7ab2771055428362b0414f3cf15b3f222ed7647.tar.gz
craftbukkit-d7ab2771055428362b0414f3cf15b3f222ed7647.tar.lz
craftbukkit-d7ab2771055428362b0414f3cf15b3f222ed7647.tar.xz
craftbukkit-d7ab2771055428362b0414f3cf15b3f222ed7647.zip
Kill stupid encoding warnings finally
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index dd268a98..b5bcc44c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,7 @@
<name>CraftBukkit</name>
<url>http://www.bukkit.org</url>
<properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<api.version>unknown</api.version>
</properties>
<scm>