From e5b7380c874745c989d1816b8f552504f038e1bc Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 26 Sep 2013 20:33:20 +0000 Subject: 2.0 branch for possible maintenance release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526672 13f79535-47bb-0310-9956-ffa450edef68 --- .../2.0/testing/itest/bpel/helloworld-ws/pom.xml | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld-ws/pom.xml (limited to 'sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld-ws/pom.xml') diff --git a/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld-ws/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld-ws/pom.xml new file mode 100644 index 0000000000..1e07093111 --- /dev/null +++ b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld-ws/pom.xml @@ -0,0 +1,175 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + itest-bpel + 2.0 + ../../pom.xml + + itest-bpel-helloworld-ws + + Apache Tuscany SCA iTest BPEL HelloWorld Over Web Services + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-runtime + 2.0 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-runtime-axis2 + 2.0 + runtime + + + + xerces + xercesImpl + 2.8.1 + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.6-SNAPSHOT + runtime + + + + junit + junit + + + + + ${project.artifactId} + + + org.apache.maven.plugins + maven-surefire-plugin + + 2.3.1 + + false + false + true + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + unpack + test-compile + + unpack + + + + + org.apache.ode + ode-dao-jpa-ojpa-derby + + 1.1 + zip + true + ${project.build.directory}/test-classes/ + + + + + + + + + org.apache.tuscany.sdo + tuscany-sdo-plugin + 1.1.1 + + + generate-bpel-helloworld + generate-sources + + + ${basedir}/src/test/resources/helloworld/helloworld.wsdl + + ${basedir}/target/wsdl2java-source + + HelloWorld + true + true + true + + + generate + + + + + + org.apache.tuscany.sca + tuscany-maven-wsdl2java + + 1.6-SNAPSHOT + + + + + + + ${basedir}/src/test/resources/helloworld/helloworld.wsdl + + + + + + generate + + + + + + + + -- cgit v1.2.3