summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-python/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-python/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-python/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-python/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-python/pom.xml
index 28e7b11501..4940871388 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-python/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-python/pom.xml
@@ -142,6 +142,25 @@
<xnocompile>true</xnocompile>
</configuration>
</execution>
+ <!-- Include the Java classes for EmailGateway in this jar file as a workaround for TUSCANY-3557. -->
+ <execution>
+ <id>emailgateway</id>
+ <phase>process-sources</phase>
+ <goals>
+ <goal>wsimport</goal>
+ </goals>
+ <configuration>
+ <packageName>com.tuscanyscatours.emailgateway</packageName>
+ <wsdlDirectory>${basedir}/src/main/resources</wsdlDirectory>
+ <wsdlFiles>
+ <wsdlFile>EmailGateway.wsdl</wsdlFile>
+ </wsdlFiles>
+ <sourceDestDir>${project.build.directory}/jaxws-source</sourceDestDir>
+ <staleFile>${project.build.directory}/jaxws-source/stale/emailgateway.stale</staleFile>
+ <verbose>false</verbose>
+ <xnocompile>true</xnocompile>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>