From cd3308fe60d3ab16b80e698fc4def22637490afd Mon Sep 17 00:00:00 2001 From: antelder Date: Sun, 1 Nov 2009 10:41:10 +0000 Subject: Merge r831664 from trunk to m4 to Add the Jetty plugin to the webapp pom.xml's so that the samples can be run with mvn jetty:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831665 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml | 7 +++++++ branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml | 7 +++++++ .../sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml | 7 +++++++ branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml | 7 +++++++ branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml | 7 +++++++ 5 files changed, 35 insertions(+) diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml index 9e1dcba891..dd8dfa5cf3 100644 --- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml +++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsf/pom.xml @@ -57,6 +57,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml index e826807e33..fe34677fd9 100644 --- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml +++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-jsp/pom.xml @@ -50,6 +50,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml index 1b34e7261d..7bfd9dd6c4 100644 --- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml +++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml @@ -60,6 +60,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml index 4981ef6161..dee97a5ad1 100644 --- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml +++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld-wicket/pom.xml @@ -71,6 +71,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml index f03cd59310..72b476041b 100644 --- a/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml +++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml @@ -50,6 +50,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + -- cgit v1.2.3