You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/20 15:08:28 UTC

[Maven Wiki] Update of "M2UserDocs/020Maven2VsAnt" by cseg

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification.

The following page has been changed by cseg:
http://wiki.apache.org/maven/M2UserDocs/020Maven2VsAnt

New page:
#format wiki
#language en
#pragma section-numbers off
[[Navigation(slides)]]
= Maven2 vs Ant =

'''Maven2 is not Ant'''
 * Ant is a build scripting tool.  
 * Maven2 is a build platform and framework that intends to capture and incorporate best build practices and promote more uniformity of build processes.

'''Maven2 is not built on Ant'''
 * Maven2 uses native plugins to implement all of its build processes.

'''Maven2 can be integrated with Ant'''
 * Maven2 has plugins which support Ant integration.
   * External Ant scripts can be invoked from Maven2.
   * Ant scriptlets can be embedded with the Maven2 configuration file (pom).

##[[Navigation(siblings)]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org