aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-05 18:52:54 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-05 18:52:54 +0100
commitabf160e56be50781b0f78f3f938513ab6102809b (patch)
tree1f18e9770c6740bcd8aa9fb46485983791577b8d /pom.xml
parent24036ef94687300e98c742cfc268a2b5e9e87a88 (diff)
downloadesper-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.
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4406252..850c8ca 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>