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
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Maven Or Ant ?
Started by SoundStorm, Feb 18 2010 01:46 PM
1 reply to this topic
#2
Posted 03 May 2010 - 12:03 AM
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.
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.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














