From d23b31c01f30008f935e58fb9fb41919327f278e Mon Sep 17 00:00:00 2001 From: slaws Date: Sat, 21 Feb 2009 13:33:30 +0000 Subject: Switch poms back to depend on 1.5-SNAPSHOT as much of the stuff that I'm adding now depends on 1.x fixes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746505 13f79535-47bb-0310-9956-ffa450edef68 --- .../shoppingcart-contribution/pom.xml | 63 ++++++++++++++++++---- 1 file changed, 53 insertions(+), 10 deletions(-) (limited to 'sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml') diff --git a/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml b/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml index 248c757067..0b90382703 100644 --- a/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-shoppingcart-contribution @@ -32,34 +32,32 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-currency-contribution - 1.4 + 1.5-SNAPSHOT - - junit @@ -72,5 +70,50 @@ ${artifactId} + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + add-source + generate-sources + + add-source + + + + target/jaxws-source + + + + + + + org.codehaus.mojo + jaxws-maven-plugin + 1.9 + + + payment + generate-sources + + wsimport + + + payment + ${basedir}/src/main/resources + + Payment.wsdl + + ${project.build.directory}/jaxws-source + false + true + + + + + -- cgit v1.2.3