Maven is a plug-in based software project management tool which core features are automation of your software build, dependency management, and generating of reports and documentation.
9
votes
7answers
614 views
Java Developers: Is Ant still in the “main stream” for builds? Do we push new developers to learn it?
We have been slowly replacing batch command files (windows .bat) which were simply jarring up the classes compiled in the developers IDE, with more comprehensive Ant builds (i.e. get from CVS, clean ...