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:46:06 UTC

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

New page:
#format wiki
#language en
#pragma section-numbers off
[[Navigation(slides)]]
= Can Maven2 be Customized or Extended? =

The build behavior of '''Maven2''' is customized and extended through the use of plugins:
 * '''plugins''' provide extensibility and customizability of the build process
 * '''plugins are downloaded and installed automatically on demand''' and are available for:
   * running '''unit tests'''
   * generating '''javadocs'''
   * generating IDE project files for '''tight IDE integration''' and easy maintenance
   * building a project web site
   * everything else ("everything is a plugin")

Writing plugins (in java) is the primary way that you will customize and tailor the build to fit your unique requirements.

##[[Navigation(siblings)]]

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