[jetty-dev] [jira] (JETTY-1516) Jetty mavn plugin run-forked doesn't respect configuration set using file from contextXml option

"Jan Bartel (JIRA)" <[email protected]> Wed, 23 May 2012 07:40:21 -0500 (CDT)
Newsgroups gmane.comp.java.jetty.general
Message-ID <2083752434.1399.1337776821129.JavaMail.j2ee-jira@codehaus01.managed.contegix.com>
Jan Bartel
commented on JETTY-1516

Jetty mavn plugin run-forked doesn't respect configuration set using file from contextXml option

Actually, I've changed the name of the element to <resourceBases>. So now you do:

<resourceBases>

<resourceBase>/some/dir</resourceBase>

<resourceBase>/some/other/dir</resourceBase>

</resourceBases>

This brings the naming into line with that of the mvn jetty:run goal, where you can do:

<webApp>

<resourceBases>

<resourceBase>/some/dir</resourceBase>

<resourceBase>/some/other/dir</resourceBase>

</resourceBases>

</webApp>

Jan

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

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email