Ensure correct encoding of generated jaxb files
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/2267bf19
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/2267bf19
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/2267bf19
Branch: refs/heads/1.2.x-fixes
Commit: 2267bf196b3eacca83c43df763fd474f981c7f11
Parents: 6a6ffd0
Author: Jan Bernhardt <jbernhardt@talend.com>
Authored: Tue Feb 9 08:39:57 2016 +0100
Committer: Jan Bernhardt <jbernhardt@talend.com>
Committed: Tue Feb 9 08:39:57 2016 +0100
----------------------------------------------------------------------
plugins/core/pom.xml | 2 ++
1 file changed, 2 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/2267bf19/plugins/core/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index ca4beb7..7564fbb 100644
--- a/plugins/core/pom.xml
+++ b/plugins/core/pom.xml
@@ -95,6 +95,8 @@
<packagename>org.apache.cxf.fediz.core.config.jaxb</packagename>
<extensionArgs>
<arg>-Xdv</arg>
+ <arg>-encoding</arg>
+ <arg>UTF-8</arg>
</extensionArgs>
</xsdOption>
</xsdOptions>
|