1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Adds build encoding configuration to pom.xml

This commit is contained in:
2012-01-21 01:43:02 -02:00
parent aab673fe80
commit 64368df8b3

View File

@@ -80,6 +80,10 @@
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<defaultGoal>package</defaultGoal>