Ant Vs Maven

Ant has problems with dependencies. Artificats and libraries need to be copied from one project to another.

Ant doesn't have targets, so different build.xml files must be used with

Maven has predefined tasks, for example

maven war

always creates a war file.

Maven may be slower

Ant promotes copying and pasting the build specification

Maven lets you use and when you want.

Maven has lots of plugins

 
ant_vs_maven.txt · Last modified: 2009/04/21 09:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki