You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by copernic Jeremy <co...@gmail.com> on 2007/05/29 18:46:34 UTC

Maven-jetty-plugin with multiple jetty.xml possible??

Hi everyone!

I was wondering if it is possible with the embemdded maven-jetty-plugin to
launch the server with more than only one jetty.xml configuration file, like
under the normal jetty server?
For example, with the normal jetty server, the launching command with
multiple configuration files would be under the correct jetty path: java
-jar start.jar jetty1.xml jetty2.xml .etc....
 But what can we add to the pom.xml file of a maven project for launching
jetty with more than one jetty.xml file ?? Is it possible to add an option
to the mvn jetty:run command specifying the different jetty.xml files?


Best regards,

Jeremy