I am in the process of evaluating Maven or ANT as the company standard. I would appreciate your thoughts on the same.
Here is what I think so far:
The benefits of Maven with dependency management, enforcement of package structure, a common developer known standard for development and also support by ever major vendor, makes a strong case for it. Also Maven provides good UI for the management, out of the box. If any complexity is not handled by Maven, you can always invoke ANT tasks using the ANT plugin. It will also make it easy to start new java projects…
Can anyone share any specific instances where you had to use ANT, where Maven fell short.
Found some relevant links:
Maven v/s ANT -
http://www.adam-bien.com/roller/abien/entry/maven_vs_ant
http://www.javafaq.nu/java-article1168.html
http://javamoods.blogspot.com/2010/02/maven-vs-ant-stop-battle.html
Thanks in advance,
Mandeep Khambay