diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-11-07 15:14:59 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-11-07 15:14:59 +0100 |
commit | b5fb9c3b92b48edeb424d4416c95680bd4898b8a (patch) | |
tree | 985e820210eb1247b3616d193f682771ea54c80b /id/server | |
parent | c559071dcf6d1fc0f3dbea3cfb0820719c42439f (diff) | |
download | moa-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/server')
-rw-r--r-- | id/server/stork2-commons/pom.xml | 1 |
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> |