From 9f8653cb65ec14344eb85c6db012da93b955a6f4 Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 22 May 2009 16:58:58 +0000 Subject: TUSCANY-2978 - More tests to exercise the changes related to TUSCANY-3052 where the JEEImplemenation model becomes a composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777620 13f79535-47bb-0310-9956-ffa450edef68 --- .../scazip-war-appcomp/pom.xml | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml (limited to 'branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml') diff --git a/branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml b/branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml new file mode 100644 index 0000000000..127bd0ee49 --- /dev/null +++ b/branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml @@ -0,0 +1,135 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.6-SNAPSHOT + ../../pom.xml + + itest-contribution-jee-samples-4-scazip-war-appcomp + Apache Tuscany SCA iTest Contribution Java EE Samples 4 + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.6-SNAPSHOT + provided + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.6-SNAPSHOT + runtime + + + + org.apache.geronimo.specs + geronimo-ejb_3.0_spec + 1.0 + provided + + + + org.apache.tuscany.sca + itest-contribution-jee-samples-6-war-appcomp-contrib-implicit + 1.6-SNAPSHOT + war + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-dependency-plugin + + + generate-sources + + copy + + + + + org.apache.tuscany.sca + itest-contribution-jee-samples-6-war-appcomp-contrib-implicit + ${project.version} + war + true + ${project.build.directory}/classes + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + + + copy-jar-to-zip + verify + + run + + + + + + + + + + + + + + -- cgit v1.2.3