Author: mrdon
Date: Sat Nov 18 21:08:41 2006
New Revision: 476711
URL: http://svn.apache.org/viewvc?view=rev&rev=476711
Log:
Fixing jetty reload rate back to 10 secs
Modified:
struts/struts2/trunk/apps/showcase/pom.xml
Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=476711&r1=476710&r2=476711
==============================================================================
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Sat Nov 18 21:08:41 2006
@@ -143,7 +143,7 @@
<artifactId>maven-jetty-plugin</artifactId>
<version>6.0.1</version>
<configuration>
- <scanIntervalSeconds>1000000</scanIntervalSeconds>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
</configuration>
<dependencies>
<dependency>