diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-01 10:41:10 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-01 10:41:10 +0000 |
commit | cd3308fe60d3ab16b80e698fc4def22637490afd (patch) | |
tree | 1849d80af5a28168f5fd80cceaf66ef221bddfe1 /branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml | |
parent | 7c3efcb13d804f6c1dd815fffb2616a3d3007781 (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 '')
-rw-r--r-- | branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <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> |