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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]