Set source file encoding to UTF-8.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 2 Jan 2013 11:03:07 +0000 (12:03 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 2 Jan 2013 11:03:07 +0000 (12:03 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index a9b59c0..a8fc545 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,9 @@
        <groupId>net.pterodactylus</groupId>
        <artifactId>reactor</artifactId>
        <version>0.0.1-SNAPSHOT</version>
+       <properties>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
        <build>
                <plugins>
                        <plugin>