From 875e50908c2630d263661af492654cd44bef2d65 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 25 Jan 2011 23:30:28 +0000 Subject: Sandbox to experiment with dynamic mass virtual hosting and running a different composite per vhost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68 --- .../vhost/modules/interface-java-jaxws/pom.xml | 240 +++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 sandbox/sebastien/java/vhost/modules/interface-java-jaxws/pom.xml (limited to 'sandbox/sebastien/java/vhost/modules/interface-java-jaxws/pom.xml') diff --git a/sandbox/sebastien/java/vhost/modules/interface-java-jaxws/pom.xml b/sandbox/sebastien/java/vhost/modules/interface-java-jaxws/pom.xml new file mode 100644 index 0000000000..87c099c741 --- /dev/null +++ b/sandbox/sebastien/java/vhost/modules/interface-java-jaxws/pom.xml @@ -0,0 +1,240 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 2.0-SNAPSHOT + ../pom.xml + + tuscany-interface-java-jaxws + Apache Tuscany SCA Interface Java For JAXWS + + + + org.apache.tuscany.sca + tuscany-core-spi + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding-jaxb + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface-java + 2.0-SNAPSHOT + + + + junit + junit + 4.8.1 + test + + + + asm + asm + 3.1 + + + + asm + asm-util + 3.1 + test + + + asm + asm-analysis + 3.1 + test + + + + + + + java.net + java.net Maven 1.x Repository + http://download.java.net/maven/1 + legacy + + + java.net2 + java.net Maven 2.x Repository + http://download.java.net/maven/2 + + + + + + java.net2 + java.net Maven 2.x Repository + http://download.java.net/maven/2 + + + + + + + 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 + + + com.example.stock + ${basedir}/src/test/resources/wsdl + + StockExceptionTest.wsdl + + ${project.build.directory}/wsimport-sync.stale + ${project.build.directory}/jaxws-source + false + true + + + + + wsimport-async + generate-test-sources + + wsimport + + + com.example.stock.async + ${basedir}/src/test/resources/wsdl + + StockExceptionTest.wsdl + + ${basedir}/src/test/resources/wsdl + + bindings.xml + + ${project.build.directory}/wsimport-async.stale + ${project.build.directory}/jaxws-source + false + true + + + + + + + + + + + + + + + -- cgit v1.2.3