diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-01 10:38:39 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-01 10:38:39 +0000 |
commit | 7c3efcb13d804f6c1dd815fffb2616a3d3007781 (patch) | |
tree | e2f6889f946c38a842502f10635d14e0e6da8672 /java/sca/samples/webapps/helloworld-jsf/pom.xml | |
parent | 8c50011b79bd1a9676ae8418413b5d7f654a69ff (diff) |
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
Diffstat (limited to 'java/sca/samples/webapps/helloworld-jsf/pom.xml')
-rw-r--r-- | java/sca/samples/webapps/helloworld-jsf/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <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> |