Fork a few more calls to the codegen plugin

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

Branch: refs/heads/master
Commit: a45ef8e3fc44ceeb92068dca3d4b70d87c0a19ff
Parents: 4887c83
Author: Daniel Kulp <[email protected]>
Authored: Thu May 8 10:41:39 2014 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Thu May 8 10:41:39 2014 -0400

----------------------------------------------------------------------
 services/sts/systests/advanced/pom.xml         | 1 +
 services/sts/systests/basic/pom.xml            | 1 +
 services/ws-discovery/ws-discovery-api/pom.xml | 1 +
 services/wsn/wsn-api/pom.xml                   | 1 +
 services/xkms/xkms-common/pom.xml              | 1 +
 5 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/a45ef8e3/services/sts/systests/advanced/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/advanced/pom.xml 
b/services/sts/systests/advanced/pom.xml
index 03d82e7..dffd4cc 100644
--- a/services/sts/systests/advanced/pom.xml
+++ b/services/sts/systests/advanced/pom.xml
@@ -140,6 +140,7 @@
                     <execution>
                         <phase>generate-sources</phase>
                         <configuration>
+                            <fork>${cxf.codegenplugin.forkmode}</fork>
                             <sourceRoot>
                                 ${basedir}/target/generated-sources
                             </sourceRoot>

http://git-wip-us.apache.org/repos/asf/cxf/blob/a45ef8e3/services/sts/systests/basic/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/basic/pom.xml 
b/services/sts/systests/basic/pom.xml
index aaaa36a..5e46335 100644
--- a/services/sts/systests/basic/pom.xml
+++ b/services/sts/systests/basic/pom.xml
@@ -129,6 +129,7 @@
                     <execution>
                         <phase>generate-sources</phase>
                         <configuration>
+                            <fork>${cxf.codegenplugin.forkmode}</fork>
                             <sourceRoot>
                                 ${basedir}/target/generated-sources
                             </sourceRoot>

http://git-wip-us.apache.org/repos/asf/cxf/blob/a45ef8e3/services/ws-discovery/ws-discovery-api/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/ws-discovery-api/pom.xml 
b/services/ws-discovery/ws-discovery-api/pom.xml
index 2cb86c4..425b01f 100644
--- a/services/ws-discovery/ws-discovery-api/pom.xml
+++ b/services/ws-discovery/ws-discovery-api/pom.xml
@@ -80,6 +80,7 @@
                     <execution>
                         <phase>generate-sources</phase>
                         <configuration>
+                            <fork>${cxf.codegenplugin.forkmode}</fork>
                             <defaultOptions>
                                 <markGenerated>true</markGenerated>
                                 
<faultSerialVersionUID>1</faultSerialVersionUID>

http://git-wip-us.apache.org/repos/asf/cxf/blob/a45ef8e3/services/wsn/wsn-api/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml
index 83a0682..c039966 100644
--- a/services/wsn/wsn-api/pom.xml
+++ b/services/wsn/wsn-api/pom.xml
@@ -54,6 +54,7 @@
                     <execution>
                         <phase>generate-sources</phase>
                         <configuration>
+                            <fork>${cxf.codegenplugin.forkmode}</fork>
                             <defaultOptions>
                                 <markGenerated>true</markGenerated>
                                 
<faultSerialVersionUID>1</faultSerialVersionUID>

http://git-wip-us.apache.org/repos/asf/cxf/blob/a45ef8e3/services/xkms/xkms-common/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-common/pom.xml 
b/services/xkms/xkms-common/pom.xml
index 69e2a2d..b75c2b1 100644
--- a/services/xkms/xkms-common/pom.xml
+++ b/services/xkms/xkms-common/pom.xml
@@ -72,6 +72,7 @@
                             <goal>wsdl2java</goal>
                         </goals>
                         <configuration>
+                            <fork>${cxf.codegenplugin.forkmode}</fork>
                             <frontend>jaxws21</frontend>
                             <wsdlOptions>
                                 <wsdlOption>

Reply via email to