aboutsummaryrefslogtreecommitdiff
path: root/id
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-11-07 15:14:59 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-11-07 15:14:59 +0100
commitb5fb9c3b92b48edeb424d4416c95680bd4898b8a (patch)
tree985e820210eb1247b3616d193f682771ea54c80b /id
parentc559071dcf6d1fc0f3dbea3cfb0820719c42439f (diff)
downloadmoa-id-spss-b5fb9c3b92b48edeb424d4416c95680bd4898b8a.tar.gz
moa-id-spss-b5fb9c3b92b48edeb424d4416c95680bd4898b8a.tar.bz2
moa-id-spss-b5fb9c3b92b48edeb424d4416c95680bd4898b8a.zip
adding utf8 encoding in maven compiler configuration
Diffstat (limited to 'id')
-rw-r--r--id/server/stork2-commons/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml
index d44c02b7e..43a02ae5d 100644
--- a/id/server/stork2-commons/pom.xml
+++ b/id/server/stork2-commons/pom.xml
@@ -132,6 +132,7 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>