summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 10:41:10 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 10:41:10 +0000
commitcd3308fe60d3ab16b80e698fc4def22637490afd (patch)
tree1849d80af5a28168f5fd80cceaf66ef221bddfe1 /branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes
parent7c3efcb13d804f6c1dd815fffb2616a3d3007781 (diff)
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
Diffstat (limited to 'branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes')
-rw-r--r--branches/sca-java-2.0-M4/samples/webapps/helloworld-stripes/pom.xml7
1 files changed, 7 insertions, 0 deletions
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 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
+ </plugins>
</build>
</project>