summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 08:55:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 08:55:30 +0000
commitf234870f5d1bb4d91496a2a4d9fe6cfd7230b5bb (patch)
tree42b349e0cadbc8d4e50e94934ea51cd9888c2a76 /sca-java-2.x/trunk/samples/store-webapp/pom.xml
parentff233d86411bcaacb66c0a85c4cfc8001b3a956a (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
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/pom.xml5
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>