diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-27 08:55:30 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-27 08:55:30 +0000 |
commit | f234870f5d1bb4d91496a2a4d9fe6cfd7230b5bb (patch) | |
tree | 42b349e0cadbc8d4e50e94934ea51cd9888c2a76 | |
parent | ff233d86411bcaacb66c0a85c4cfc8001b3a956a (diff) |
Add Jetty plugin definition so the sample can be run with mvn jetty:run to keep it consistent with the other webapp samples. The sample doesn't appear to work though
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948738 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/store-webapp/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/store-webapp/pom.xml index ed918e60ce..e935343f2f 100644 --- a/sca-java-2.x/trunk/samples/store-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/store-webapp/pom.xml @@ -73,6 +73,11 @@ <path>/${artifactId}</path> </configuration> </plugin> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty-plugin</artifactId> + <version>6.1.18</version> + </plugin> </plugins> </build> |