Force maven to treat everything as UTF-8. Removed a warning at compile time.
This commit is contained in:
parent
706a1d3580
commit
28ee720247
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
|
@ -4,6 +4,9 @@
|
||||||
<artifactId>dynmap</artifactId>
|
<artifactId>dynmap</artifactId>
|
||||||
<version>0.15</version>
|
<version>0.15</version>
|
||||||
<name>dynmap</name>
|
<name>dynmap</name>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
<url>http://github.com/FrozenCow/dynmap/</url>
|
<url>http://github.com/FrozenCow/dynmap/</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>GitHub</system>
|
<system>GitHub</system>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue