How can I deploy multiple wars using the tomcat plugin in maven?
- by nagl
I have two wars which I deploy in two maven projects using tomcat plugin.
I want to do this in one step and be able to deploy more than one war in a single maven project.
How can I do this? any suggestions?