java - Eclipse - Adding/Removing Projects to Server -


is there way automate (ant/maven) eclipse menu function add/remove project server?

scenario: i'm using eclipse develop large liferay project multiple modules. deployment process rather large. have manually drag & drop modules onto running server in order.

i'd call ant task that.

note: i'm not talking simple hot deployment. need modules added server eclipse "knowing" it. whenever change code, module gets redeployed on fly.

thanks in advance


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -