Merged in rsaqc/openesb-components/SourceEncoding (pull request #9)

Add source encoding for international characters in source code
master
David Brassely 2013-05-11 08:49:21 +02:00
commit 289842ac24
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>