From 4f9328953ea16c7a42eb1910f1e809bf1c537d3b Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 18 Oct 2010 02:24:55 +0000 Subject: Copy 2.0-M5.1-RC2 tag as 2.0-M5.1 official release tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023626 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/archetype-resources/pom.xml | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-M5.1/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml (limited to 'sca-java-2.x/tags/2.0-M5.1/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml') diff --git a/sca-java-2.x/tags/2.0-M5.1/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/tags/2.0-M5.1/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml new file mode 100644 index 0000000000..3af5934fe9 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M5.1/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml @@ -0,0 +1,124 @@ + + + + + 4.0.0 + ${groupId} + ${artifactId} + war + ${version} + #literal() + quickstart-stripes + + + + + + + org.apache.tuscany.sca + tuscany-sca-api + ${tuscany.version} + + + org.apache.tuscany.sca + tuscany-stripes + ${tuscany.version} + + + + + net.sourceforge.stripes + stripes + ${stripes.version} + + + taglibs + standard + 1.1.2 + + + + + + install + ${artifactId} + + + false + src/main/resources + + + false + src/main/java + + ** + + + **/*.java + + + + + + false + src/test/java + + ** + + + **/*.java + + + + + + true + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + true + true + + + + org.mortbay.jetty + maven-jetty-plugin + ${jetty.version} + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + + + + + 2.0-M5.1 + 1.5.2 + 6.1.4 + + #end + + -- cgit v1.2.3