diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-17 07:59:04 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-17 07:59:04 +0000 |
commit | d29ad1c4df1653279bc9fcd6750a9cdd7db934de (patch) | |
tree | 410c6e0c43eb1cf97a40f9b673b530681395c354 /sca-java-2.x/trunk | |
parent | 948dbdf055cd2b373838789b0a6ffa979bc0f255 (diff) |
Add Jetty plugin so the sample can be run with mvn jetty:run like the other webapp samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml b/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml index 469ea91e0d..586937b5e5 100644 --- a/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml @@ -116,6 +116,11 @@ </execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ </plugin>
</plugins>
</build>
</project>
|