From 6e0936c9442716c66407abf8d2520ee0f362be27 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 7 Jan 2010 09:13:21 +0000 Subject: Generate Java code from all 3 WSDL files and eliminate test scope dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896808 13f79535-47bb-0310-9956-ffa450edef68 --- .../contributions/payment-bpel/pom.xml | 57 +++++++++++++++------- 1 file changed, 39 insertions(+), 18 deletions(-) (limited to 'sandbox/travelsample') diff --git a/sandbox/travelsample/contributions/payment-bpel/pom.xml b/sandbox/travelsample/contributions/payment-bpel/pom.xml index 9cf89110ca..9723a152dd 100644 --- a/sandbox/travelsample/contributions/payment-bpel/pom.xml +++ b/sandbox/travelsample/contributions/payment-bpel/pom.xml @@ -71,20 +71,6 @@ runtime - - org.apache.tuscany.sca - scatours-contribution-emailgateway - ${pom.version} - test - - - - org.apache.tuscany.sca - scatours-contribution-creditcard-payment-jaxb - ${pom.version} - test - - junit junit @@ -128,17 +114,52 @@ com.tuscanyscatours.payment - ${basedir}/src/main/resources - + ${basedir}/src/main/resources Payment.wsdl - ${project.build.directory}/jaxws-source - + ${project.build.directory}/jaxws-source + ${project.build.directory}/jaxws-source/stale/payment.stale false true + + payment.creditcard + process-sources + + wsimport + + + com.tuscanyscatours.payment.creditcard + ${basedir}/src/main/resources + + CreditCardPayment.wsdl + + ${project.build.directory}/jaxws-source + ${project.build.directory}/jaxws-source/stale/creditcard.stale + false + true + + + + emailgateway + process-sources + + wsimport + + + com.tuscanyscatours.emailgateway + ${basedir}/src/main/resources + + EmailGateway.wsdl + + ${project.build.directory}/jaxws-source + ${project.build.directory}/jaxws-source/stale/emailgateway.stale + false + true + + -- cgit v1.2.3