Add source encoding for international characters in source code

master
Marc Nadeau 2013-05-09 15:44:52 -04:00
parent 1c75cdf944
commit bded87be05
1 changed files with 1 additions and 0 deletions

1
global-common/pom.xml Executable file → Normal file
View File

@ -247,6 +247,7 @@
<ojc-artifact-url>
${maven-distroot-url}/${project.groupId}/${project.artifactId}/${project.version}/${project.build.finalName}.${project.packaging}
</ojc-artifact-url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>