commit | a56b19c5b6f19ae9ceac186eb8eb685651a0f577 | [log] [tgz] |
---|---|---|
author | Jonathan Hedley <jonathan@hedley.net> | Fri Jan 15 19:45:17 2010 +1100 |
committer | Jonathan Hedley <jonathan@hedley.net> | Sat Jul 02 21:11:46 2011 +1000 |
tree | df6a980e708f1467d73434e34ba2e0709fcd8ead | |
parent | 98e828a29423b72397d8783c4d02159e50bd50a4 [diff] [blame] |
Force compile source from UTF-8. Otherwise it defaults to something odd. And the property already set (project.build.sourceEncoding) doesn't seem to be used by the mvn compiler. Which is... also odd. Or more likely, I don't 100% understand it.
diff --git a/pom.xml b/pom.xml index 803e2e4..31ae723 100644 --- a/pom.xml +++ b/pom.xml
@@ -39,6 +39,7 @@ <configuration> <source>1.5</source> <target>1.5</target> + <encoding>UTF-8</encoding> </configuration> </plugin> <plugin>