summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-02-21 21:02:09 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-02-21 21:02:09 +0100
commita32b8901e4fb91bef3ea45f22c4bd7e1d1c5b0f1 (patch)
tree36468e264a9aff47fceb9765ee98a329dbaa4644
parent280e13b48d3de1d61a9b214d5e133e7c94494725 (diff)
UTF-8 build in POM
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 60cf5d8..8d1fe52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,6 +6,9 @@
<version>2.4-SNAPSHOT</version>
<name>cristal-gui</name>
<description>CRISTAL Kernel GUI</description>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<dependencies>
<dependency>
<groupId>cristal</groupId>