Force maven to treat everything as UTF-8. Removed a warning at compile time.
This commit is contained in:
parent
0b421209a2
commit
fb825daa04
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue