From 55e6e0ea28d1d28f72664280cbbcb2f5971d79b7 Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 12 Jun 2009 06:43:06 +0000 Subject: Using wsimport to generate java artifacts from wsdl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784000 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/itest/bpel/helloworld/pom.xml | 178 ++++++++++++++++++++++++++++++--- 1 file changed, 162 insertions(+), 16 deletions(-) (limited to 'java/sca/itest/bpel/helloworld') diff --git a/java/sca/itest/bpel/helloworld/pom.xml b/java/sca/itest/bpel/helloworld/pom.xml index 85837e360b..8eb42dd80e 100644 --- a/java/sca/itest/bpel/helloworld/pom.xml +++ b/java/sca/itest/bpel/helloworld/pom.xml @@ -89,8 +89,7 @@ org.apache.maven.plugins - maven-dependency-plugin - + maven-dependency-plugin unpack @@ -102,20 +101,18 @@ org.apache.ode - ode-dao-jpa-ojpa-derby - + ode-dao-jpa-ojpa-derby 1.1 zip true - ${project.build.directory}/test-classes/ - + ${project.build.directory}/test-classes/ - + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Djava.endorsed.dirs=target/endorsed + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + generate-sources + + copy + + + + + javax.xml.ws + jaxws-api + 2.1 + jar + + + javax.xml.bind + jaxb-api + 2.1 + jar + + + ${project.build.directory}/endorsed + false + true + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + add-test-source + generate-sources + + add-test-source + + + + target/jaxws-source + + + + + + + org.codehaus.mojo + jaxws-maven-plugin + 1.12 + + + + javax.jws + jsr181-api + 1.0-MR1 + + + javax.annotation + jsr250-api + 1.0 + + + + + wsimport + generate-test-sources + + wsimport + + + org.apache.tuscany.implementation.bpel.example.helloworld + ${basedir}/src/test/resources/helloworld/ + + helloworld.wsdl + + ${project.build.directory}/jaxws-source + false + true + + + + + + + + + + + -- cgit v1.2.3