[
https://issues.apache.org/jira/browse/WW-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukasz Lenart reassigned WW-3916:
---------------------------------
Assignee: Lukasz Lenart
> 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