Repository: cxf-fediz
Updated Branches:
  refs/heads/master 4884ddf35 -> c78fff7f0


[FEDIZ-132] Fixed encoding error


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/c78fff7f
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/c78fff7f
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/c78fff7f

Branch: refs/heads/master
Commit: c78fff7f089010d4f7681cb3e18cc18d04e09da5
Parents: 4884ddf
Author: Jan Bernhardt <jbernha...@talend.com>
Authored: Fri Oct 23 11:43:56 2015 +0200
Committer: Jan Bernhardt <jbernha...@talend.com>
Committed: Fri Oct 23 11:43:56 2015 +0200

----------------------------------------------------------------------
 plugins/core/pom.xml | 2 ++
 pom.xml              | 4 ++++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c78fff7f/plugins/core/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index d45af9a..c3705a9 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>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c78fff7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eede46a..a6244f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -684,6 +684,7 @@
                                 <target>${jdk.version}</target>
                                 <maxmem>256M</maxmem>
                                 <fork>${compiler.fork}</fork>
+                                                               
<encoding>UTF-8</encoding>
                             </configuration>
                         </plugin>
                     </plugins>
@@ -731,6 +732,7 @@
                             
<showDeprecation>${fediz.compile.show.deprecation}</showDeprecation>
                             <showWarnings>true</showWarnings>
                             
<compilerArgument>${fediz.compile.flags}</compilerArgument>
+                                                       
<encoding>UTF-8</encoding>
                         </configuration>
                     </plugin>
                     <plugin>
@@ -798,6 +800,7 @@
                             
<showDeprecation>${fediz.compile.show.deprecation}</showDeprecation>
                             <showWarnings>true</showWarnings>
                             
<compilerArgument>${fediz.compile.flags}</compilerArgument>
+                                                       
<encoding>UTF-8</encoding>
                         </configuration>
                     </plugin>
                     <plugin>
@@ -834,6 +837,7 @@
                             <showDeprecation>true</showDeprecation>
                             <showWarnings>true</showWarnings>
                             
<compilerArgument>${fediz.compile.flags}</compilerArgument>
+                                                       
<encoding>UTF-8</encoding>
                         </configuration>
                     </plugin>
                     <plugin>

Reply via email to