I'm working on a Liferay project.
I'm developing a new Liferay theme
using Plugins SDK
.
I wonder is it better to use ANT or MAVEN
for the project?
Because I managed to run both projects in eclipse.
Also is there any way to deploy automatically the theme in the production server ? (Distant server using tomcat).
For now I'm just using auto deployment, copying the war file to the /deploy file.
Regards