Configure compiler plugin to use UTF-8.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 5 Jan 2014 20:40:03 +0000 (21:40 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 5 Jan 2014 20:40:03 +0000 (21:40 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 2764b79..4d80c6b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
                                <configuration>
                                        <source>1.8</source>
                                        <target>1.8</target>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
                        <plugin>