From 132aa8a77685ec92bc90c03f987650d275a7b639 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 30 Sep 2013 06:59:11 +0000 Subject: 2.0.1 RC1 release tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1527464 13f79535-47bb-0310-9956-ffa450edef68 --- .../getting-started/helloworld-webapp/pom.xml | 181 +++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml (limited to 'sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml') diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml new file mode 100644 index 0000000000..50796968e5 --- /dev/null +++ b/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml @@ -0,0 +1,181 @@ + + + + 4.0.0 + + + org.apache.tuscany.sca.samples + tuscany-samples + 2.0.1 + + + + helloworld-webapp + 2.0.1 + + Apache Tuscany SCA Samples Helloworld WebApp + war + + + ${project.version} + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + + + + org.apache.tuscany.sca + tuscany-base-runtime + ${tuscany.version} + + + + junit + junit + 4.8.1 + test + + + + net.sourceforge.htmlunit + htmlunit + 2.6 + test + + + xalan + xalan + + + + + + + xalan + xalan + 2.7.1 + test + + + xml-apis + xml-apis + + + + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + compile + + copy + + + + + org.apache.tuscany.sca.samples + helloworld + ${project.version} + + src/main/webapp/WEB-INF/sca-contributions + + + + + + + + + + org.apache.tuscany.sca + tuscany-maven-plugin + ${tuscany.version} + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.26 + + helloworld-webapp + foo + 9999 + + + + start-jetty + process-test-classes + + run + + + 0 + true + + + 8085 + + + + + + stop-jetty + prepare-package + + stop + + + + + + + + org.codehaus.mojo + tomcat-maven-plugin + 1.1 + + + + + -- cgit v1.2.3