You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/01/20 20:46:13 UTC

[jira] [Comment Edited] (WW-3916) Use the latest Jetty maven plugin in example apps and archetypes

    [ https://issues.apache.org/jira/browse/WW-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558355#comment-13558355 ] 

Lukasz Lenart edited comment on WW-3916 at 1/20/13 7:45 PM:
------------------------------------------------------------

Done, implemented
                
      was (Author: lukaszlenart):
    Done, imlpemented
                  
> 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