Title: [waffle-scm] [695] trunk/examples/pom.xml: Configured jetty plugin to allow jetty:run-war executions.
Revision
695
Author
mauro
Date
2008-06-12 14:21:28 -0500 (Thu, 12 Jun 2008)

Log Message

Configured jetty plugin to allow jetty:run-war executions.

Modified Paths


Diff

Modified: trunk/examples/pom.xml (694 => 695)

--- trunk/examples/pom.xml	2008-06-12 19:20:38 UTC (rev 694)
+++ trunk/examples/pom.xml	2008-06-12 19:21:28 UTC (rev 695)
@@ -127,6 +127,8 @@
           </dependency>
         </dependencies>
         <configuration>
+          <contextPath>/${webapp.name}</contextPath>
+          <webApp>${project.build.directory}/${webapp.name}.war</webApp>
           <connectors>
             <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
               <port>8080</port>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to