Is there a way to add “plug-in” to the deployement process ?
My application is composed by several project (java project in eclipse) and a web project (myEclipse web project). Each project contains the jsp and the materials it needs. To deploy, I have an Ant script to copy everything to the webapps folder of the webAppServer (ex tomcat/webapps/XXX).
What I wonder is if I can plug this script (or something similar) to the deployement that myEclipse offer to avoid launching it manually every time I need to refresh the app ?