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 14:44:37 UTC

[Maven Wiki] Update of "M2UserDocs/011OtherMaven2Features" 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/011OtherMaven2Features

New page:
#format wiki
#language en
#pragma section-numbers off
[[Navigation(slides)]]
= What Other Features Does Maven2 Have? =

'''Maven2''' also supports these additional features:
 * introduce the concept of a '''local repository''' to act as:
   * a place to cache downloaded components
   * a place to keep the main software artifacts generated by your project
 * introduce the concept of a '''company (or remote) repository''':
   * so that your software artifacts can be shared with other project in your company
 * introduce the concept of a '''project object model''' (pom) as a single point of information about a project
 * allows projects to be nested
   *  effectively and '''consistently supports the notion of modules''' and multi-module projects
 * '''resolves dependencies transitively''', whether between project modules, or third party components
 

##[[Navigation(siblings)]]

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