[
https://issues.apache.org/jira/browse/WW-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558371#comment-13558371
]
Hudson commented on WW-3916:
----------------------------
Integrated in Struts2-JDK6 #619 (See
[https://builds.apache.org/job/Struts2-JDK6/619/])
WW-3916 adds usage of the latest Jetty plugin (Revision 1435931)
Result = SUCCESS
lukaszlenart :
Files :
* /struts/struts2/trunk/apps/mailreader/pom.xml
* /struts/struts2/trunk/apps/mailreader/src/main/resources/log4j.properties
* /struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml
* /struts/struts2/trunk/apps/rest-showcase/pom.xml
* /struts/struts2/trunk/apps/showcase/pom.xml
*
/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
*
/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/log4j.properties
*
/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
*
/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/src/main/resources/log4j.properties
*
/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
*
/struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/DispatcherTest.java
*
/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java
> 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.9
>
>
> 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