SoundStorm 0 Report post Posted February 18, 2010 Hey guys, I have to choose a solution for building my web projects. So far, I've been using Netbeans witch has Ant integrated. But i've also heard some good things about Maven. I was curious, in your opinion... what's better Maven or Ant and why ?Regards,Sebastian Share this post Link to post Share on other sites
aaaeseg 0 Report post Posted May 3, 2010 In my opinion Absolutely Maven.Maven isnt just a build tool, but a project's life-cycle Management tool. you have the control of the project's dependencies, deployments, versions, documentations, tests.Maven provides a declarative way to especify the project with the pom.xml files, where you declare WATH you wanna do for the project, not HOW. Maven takes care of the rest (find your libs and put in the right place).I recommend you to take a look at the maven guide for more informations. Share this post Link to post Share on other sites