Hello all,

I've got a project I'm working on right now where we have a main maven
project that contains 3 modules. The core module contains all of the
business services, DAOs, etc., and two webapp modules being built on top of
core (basically skinning, some different functionality). Each of the webapps
are dependent on core.

The problem is I cannot figure out how to deploy the projects individually.
If I run package, it will package both of the webapp projects into wars in
their target directory; however if I try to use the tomcat plugin, it will
only deploy one, no matter what is in each individual pom (I think the
tomcat plugin blocks maven's execution while tomcat runs).

Does anyone have a solution to run one webapp or the other selectively in
tomcat locally?

Thanks,

Luke

--
View this message in context: 
http://maven.40175.n5.nabble.com/Multiple-webapps-running-individually-tp4407661p4407661.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to