> Is there a way to deploy all web applications in a project to a servlet
> container (for ex. weblogic) from one pom file?

Can you not construct a single EAR file out of all your WARs and then
deploy that EAR? This is how we generally deploy multiple web apps to
Weblogic.

Wayne

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

Reply via email to