[
https://issues.apache.org/jira/browse/WW-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491419#comment-13491419
]
Hudson commented on WW-3916:
----------------------------
Integrated in Struts2 #555 (See [https://builds.apache.org/job/Struts2/555/])
WW-3916 adds the latest Jetty maven plugin to blank app (Revision 1406109)
Result = SUCCESS
lukaszlenart :
Files :
* /struts/struts2/trunk/apps/blank/pom.xml
* /struts/struts2/trunk/apps/blank/src/main/resources/struts.xml
> Use the latest Jetty maven plugin in example apps and archetypes
> ----------------------------------------------------------------
>
> Key: WW-3916
> URL: https://issues.apache.org/jira/browse/WW-3916
> Project: Struts 2
> Issue Type: Improvement
> Components: Example Applications
> Affects Versions: 2.3.7
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Trivial
> Fix For: 2.3.8
>
>
> It would be nice to use the latest Jetty plugin
> {code:xml}
> <plugin>
> <groupId>org.mortbay.jetty</groupId>
> <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/web.xml</scanTarget>
> </scanTargets>
> </configuration>
> </plugin>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira