Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] how to start more than one web app with mvn jetty run

hi all,

I wanted to know if it is possible to run with the maven jetty run command more than one web application.
This means:
Assume we have two web apps webappA and webappB

1) the pom file is the project of webappA, from where I run the maven target
2) webappA depends on webabbB

Do I have to include the webappB in the pom file of webappA. If yes how I am doing that?

thanks for any help

Markus

Back to the top