Force maven to treat everything as UTF-8. Removed a warning at compile time.

This commit is contained in:
alron 2011-03-29 12:22:54 -07:00
parent 0b421209a2
commit fb825daa04

View File

@ -4,6 +4,9 @@
<artifactId>dynmap</artifactId>
<version>0.15</version>
<name>dynmap</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>http://github.com/FrozenCow/dynmap/</url>
<issueManagement>
<system>GitHub</system>