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:55:56 UTC

[Maven Wiki] Trivial 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

------------------------------------------------------------------------------
  
  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:
+  * '''plugins are downloaded and installed automatically on demand''' 
+  * plugins are available for '''many purposes''', including:
+    * integration with '''Ant'''
     * running '''unit tests'''
     * generating '''javadocs'''
     * generating IDE project files for '''tight IDE integration''' and easy maintenance
-    * building a project web site
+    * 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.
+ 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