From 7c3efcb13d804f6c1dd815fffb2616a3d3007781 Mon Sep 17 00:00:00 2001 From: antelder Date: Sun, 1 Nov 2009 10:38:39 +0000 Subject: 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@831664 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/samples/webapps/helloworld-jsf/pom.xml | 7 +++++++ java/sca/samples/webapps/helloworld-jsp/pom.xml | 7 +++++++ java/sca/samples/webapps/helloworld-stripes/pom.xml | 7 +++++++ java/sca/samples/webapps/helloworld-wicket/pom.xml | 7 +++++++ java/sca/samples/webapps/helloworld/pom.xml | 7 +++++++ 5 files changed, 35 insertions(+) (limited to 'java') diff --git a/java/sca/samples/webapps/helloworld-jsf/pom.xml b/java/sca/samples/webapps/helloworld-jsf/pom.xml index 236501838e..e9093cc098 100644 --- a/java/sca/samples/webapps/helloworld-jsf/pom.xml +++ b/java/sca/samples/webapps/helloworld-jsf/pom.xml @@ -57,6 +57,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/java/sca/samples/webapps/helloworld-jsp/pom.xml b/java/sca/samples/webapps/helloworld-jsp/pom.xml index 5c1786e651..88773913a5 100644 --- a/java/sca/samples/webapps/helloworld-jsp/pom.xml +++ b/java/sca/samples/webapps/helloworld-jsp/pom.xml @@ -50,6 +50,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/java/sca/samples/webapps/helloworld-stripes/pom.xml b/java/sca/samples/webapps/helloworld-stripes/pom.xml index 2d6e8a0507..ec5cb600ea 100644 --- a/java/sca/samples/webapps/helloworld-stripes/pom.xml +++ b/java/sca/samples/webapps/helloworld-stripes/pom.xml @@ -60,6 +60,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/java/sca/samples/webapps/helloworld-wicket/pom.xml b/java/sca/samples/webapps/helloworld-wicket/pom.xml index db5a8e7f6b..82f08f1e41 100644 --- a/java/sca/samples/webapps/helloworld-wicket/pom.xml +++ b/java/sca/samples/webapps/helloworld-wicket/pom.xml @@ -71,6 +71,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + diff --git a/java/sca/samples/webapps/helloworld/pom.xml b/java/sca/samples/webapps/helloworld/pom.xml index b553afb6f6..1d8a7d3a72 100644 --- a/java/sca/samples/webapps/helloworld/pom.xml +++ b/java/sca/samples/webapps/helloworld/pom.xml @@ -50,6 +50,13 @@ ${artifactId} + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + -- cgit v1.2.3