Set encoding of source files to UTF-8.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 05:54:49 +0000 (07:54 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 05:54:49 +0000 (07:54 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 4b239fc..94d63d5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,9 @@
                        <scope>provided</scope>
                </dependency>
        </dependencies>
+       <properties>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
        <build>
                <plugins>
                        <plugin>