You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/07/09 18:43:37 UTC

cxf git commit: Also fix netty

Repository: cxf
Updated Branches:
  refs/heads/master f399b9290 -> 332d930c5


Also fix netty


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

Branch: refs/heads/master
Commit: 332d930c5457ad55392f568db1d6ff1f771bbc1c
Parents: f399b92
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Jul 9 12:42:56 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Jul 9 12:43:23 2015 -0400

----------------------------------------------------------------------
 rt/transports/http-netty/netty-server/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/332d930c/rt/transports/http-netty/netty-server/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-netty/netty-server/pom.xml b/rt/transports/http-netty/netty-server/pom.xml
index 79651a9..2f5e168 100644
--- a/rt/transports/http-netty/netty-server/pom.xml
+++ b/rt/transports/http-netty/netty-server/pom.xml
@@ -145,9 +145,15 @@
                         <id>generate-sources</id>
                         <phase>generate-sources</phase>
                         <configuration>
+                            <extensions>
+                                <extension>org.apache.cxf.xjcplugins:cxf-xjc-bug986:${cxf.xjc-utils.version}</extension>
+                            </extensions>
                             <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>
                             <xsdOptions>
                                 <xsdOption>
+                                    <extensionArgs>
+                                        <arg>-Xbug986</arg>
+                                    </extensionArgs>
                                     <xsd>${basedir}/src/main/resources/schemas/configuration/http-netty-server.xsd</xsd>
                                     <catalog>${basedir}/src/main/build-resources/catalog.cat</catalog>
                                     <deleteDirs>