You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/04/23 23:47:10 UTC

svn commit: r937533 - /shindig/trunk/java/server/pom.xml

Author: lindner
Date: Fri Apr 23 21:47:10 2010
New Revision: 937533

URL: http://svn.apache.org/viewvc?rev=937533&view=rev
Log:
add the reload option for jetty maven plugin

Modified:
    shindig/trunk/java/server/pom.xml

Modified: shindig/trunk/java/server/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server/pom.xml?rev=937533&r1=937532&r2=937533&view=diff
==============================================================================
--- shindig/trunk/java/server/pom.xml (original)
+++ shindig/trunk/java/server/pom.xml Fri Apr 23 21:47:10 2010
@@ -66,6 +66,7 @@
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty-plugin</artifactId>
         <configuration>
+          <reload>manual</reload>
           <webAppConfig>
             <contextPath>/</contextPath>
             <baseResource implementation="org.mortbay.resource.ResourceCollection">