You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/08/17 09:59:04 UTC

svn commit: r986229 - /tuscany/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml

Author: antelder
Date: Tue Aug 17 07:59:04 2010
New Revision: 986229

URL: http://svn.apache.org/viewvc?rev=986229&view=rev
Log:
Add Jetty plugin so the sample can be run with mvn jetty:run like the other webapp samples

Modified:
    tuscany/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml?rev=986229&r1=986228&r2=986229&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/binding-jsonrpc/contribution-calculator-webapp/pom.xml Tue Aug 17 07:59:04 2010
@@ -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>