Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Howto start an additional war artifact when using mvn jetty:run

Hello,

we want to use the jetty:run target for our front end developers to easily develop html / JavaScript etc. Our set-up uses multiple war files. For each web module a separate war. We have one war file that is needed for each module. This war file contains the skin of the application.

For example we have:

- skin.war - containing all the layout (XHTML/CSS/JavaScript)
- module.war - the application module (for instance an f.a.q.)

When we work form the faq source tree and run jetty:run we want the skin.war to be deployed also.

Can anyone help me with the required configuration to deploy dependent war files (in their own context)?


/ Joel


Back to the top