Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333565 - maven-jetty-plugin should accept a list of config files
Summary: maven-jetty-plugin should accept a list of config files
Status: CLOSED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: other (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 7.1.x   Edit
Assignee: Jesse McConnell CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-05 08:28 EST by Thomas Becker CLA
Modified: 2011-01-06 16:30 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Becker CLA 2011-01-05 08:28:05 EST
Build Identifier: 

You can set a single config file via: 

<jettyConfig>src/main/resources/jetty.xml</jettyConfig>

It should be possible to set multiple config files like:

<jettyConfig>src/main/resources/jetty.xml, src/main/resources/jetty-jmx.xml</jettyConfig>




Reproducible: Always
Comment 1 Jesse McConnell CLA 2011-01-06 16:30:54 EST
[rune]branches/jetty-7> svn commit -m "Bug 333565 - maven-jetty-plugin should accept a list of config files" VERSION.txt jetty-maven-plugin/
Sending        VERSION.txt
Sending        jetty-maven-plugin/src/main/java/org/mortbay/jetty/plugin/AbstractJettyMojo.java
Sending        jetty-maven-plugin/src/main/java/org/mortbay/jetty/plugin/JettyRunMojo.java
Sending        jetty-maven-plugin/src/main/java/org/mortbay/jetty/plugin/JettyRunWarExplodedMojo.java
Sending        jetty-maven-plugin/src/main/java/org/mortbay/jetty/plugin/JettyRunWarMojo.java
Transmitting file data .....
Committed revision 6311.

give 7.3.0-SNAPSHOT a try in a few minutes, will push snapshot soon