Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 333565

Summary: maven-jetty-plugin should accept a list of config files
Product: [RT] Jetty Reporter: Thomas Becker <tbecker>
Component: otherAssignee: Jesse McConnell <jesse.mcconnell>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: jesse.mcconnell
Version: unspecified   
Target Milestone: 7.1.x   
Hardware: All   
OS: All   
Whiteboard:

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