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">