summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 239ffc70..27bd66c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,9 @@
<artifactId>bukkit</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Bukkit</name>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<url>http://www.bukkit.org</url>
<build>
<plugins>
@@ -32,4 +35,4 @@
<version>1.1</version>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>