diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-05 18:52:54 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-05 18:52:54 +0100 |
commit | abf160e56be50781b0f78f3f938513ab6102809b (patch) | |
tree | 1f18e9770c6740bcd8aa9fb46485983791577b8d | |
parent | 24036ef94687300e98c742cfc268a2b5e9e87a88 (diff) | |
download | esper-testing-abf160e56be50781b0f78f3f938513ab6102809b.tar.gz esper-testing-abf160e56be50781b0f78f3f938513ab6102809b.tar.bz2 esper-testing-abf160e56be50781b0f78f3f938513ab6102809b.tar.xz esper-testing-abf160e56be50781b0f78f3f938513ab6102809b.zip |
o Specifying UTF-8 as encoding for the compiler.
-rwxr-xr-x | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <properties> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <version.httpcache4>3.4</version.httpcache4> </properties> <dependencies> |