is there a way to automate (ant/maven) the eclipse menu function to add/remove a project to a server?
Scenario: I'm using eclipse to develop a large Liferay project with multiple modules. The deployment process is rather large. I have to manually drag & drop those modules onto the running server in a certain order.
I'd like to simply call an ant task for that.
Note: I'm not talking about simple hot deployment. I need those modules added to the server with eclipse "knowing" about it. So whenever I change some code, the module gets redeployed on the fly.
Thanks in advance