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 2014/10/07 20:46:17 UTC

[05/10] git commit: Use new plugin to fix the generated code so the tests don't have to be disabled/skipped

Use new plugin to fix the generated code so the tests don't have to be disabled/skipped

Conflicts:
	systests/uncategorized/src/test/java/org/apache/cxf/systest/type_test/AbstractTypeTestClient.java


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

Branch: refs/heads/2.7.x-fixes
Commit: d85a666260f96ab759b045e67d73b2d6798d0c53
Parents: faa2ea5
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Sep 12 13:18:41 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Oct 7 14:03:19 2014 -0400

----------------------------------------------------------------------
 testutils/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/d85a6662/testutils/pom.xml
----------------------------------------------------------------------
diff --git a/testutils/pom.xml b/testutils/pom.xml
index 51d9595..ff7500e 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -158,6 +158,13 @@
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
                 <version>${project.version}</version>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.cxf.xjcplugins</groupId>
+                        <artifactId>cxf-xjc-bug986</artifactId>
+                        <version>${cxf.xjc-utils.version}</version>
+                    </dependency>
+                </dependencies>
                 <executions>
                     <execution>
                         <id>generate-sources</id>
@@ -171,6 +178,9 @@
                                 <include>rt-javascript/*.wsdl</include>
                             </includes>
                             <defaultOptions>
+                                <xjcargs>
+                                    <xjcarg>-Xbug986</xjcarg>
+                                </xjcargs>
                                 <!--extraargs>
                                     <extraarg>-verbose</extraarg>
                                 </extraargs-->