I'm working in a project which has 3 Maven projects. Each will create 3 separate war files. I've build and deployed the application in Tomcat 8 server by copying the generated war files in Tomcat webapps directory and hit startup.bat.
My question is: How to build it from Eclipse (Mars) and how to debug it from Eclipse. Since it involves 3 war files I'm not able to do it.
Any solution much appreciated.