Author: lukaszlenart Date: Tue Nov 6 12:10:41 2012 New Revision: 1406109 URL: http://svn.apache.org/viewvc?rev=1406109&view=rev Log: WW-3916 adds the latest Jetty maven plugin to blank app
Modified: struts/struts2/trunk/apps/blank/pom.xml struts/struts2/trunk/apps/blank/src/main/resources/struts.xml Modified: struts/struts2/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?rev=1406109&r1=1406108&r2=1406109&view=diff ============================================================================== --- struts/struts2/trunk/apps/blank/pom.xml (original) +++ struts/struts2/trunk/apps/blank/pom.xml Tue Nov 6 12:10:41 2012 @@ -65,15 +65,14 @@ <plugins> <plugin> <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty-plugin</artifactId> - <version>6.0.1</version> + <artifactId>jetty-maven-plugin</artifactId> + <version>8.1.7.v20120910</version> <configuration> + <stopKey>CTRL+C</stopKey> + <stopPort>8999</stopPort> <scanIntervalSeconds>10</scanIntervalSeconds> <scanTargets> - <scanTarget>src/main/webapp/WEB-INF</scanTarget> <scanTarget>src/main/webapp/WEB-INF/web.xml</scanTarget> - <scanTarget>src/main/resources/struts.xml</scanTarget> - <scanTarget>src/main/resources/example.xml</scanTarget> </scanTargets> </configuration> </plugin> Modified: struts/struts2/trunk/apps/blank/src/main/resources/struts.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/src/main/resources/struts.xml?rev=1406109&r1=1406108&r2=1406109&view=diff ============================================================================== --- struts/struts2/trunk/apps/blank/src/main/resources/struts.xml (original) +++ struts/struts2/trunk/apps/blank/src/main/resources/struts.xml Tue Nov 6 12:10:41 2012 @@ -6,7 +6,7 @@ <struts> <constant name="struts.enable.DynamicMethodInvocation" value="false" /> - <constant name="struts.devMode" value="false" /> + <constant name="struts.devMode" value="true" /> <package name="default" namespace="/" extends="struts-default">