Fix configuration of compiler plugin.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 7 Sep 2014 08:00:21 +0000 (10:00 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 7 Sep 2014 08:00:21 +0000 (10:00 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1edf7b1..e967e64 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
                                <configuration>
                                        <source>1.6</source>
                                        <target>1.6</target>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
                        <plugin>