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/010WhatIsMaven2 ------------------------------------------------------------------------------ * a place to keep the main software artifacts generated by your project * introduce the concept of a '''project object model''' (pom) as a single point of information about a project * allows projects to be nested to effectively and '''consistently support the notion of modules''' - * allows '''dependencies between modules''' to be defined * '''resolves dependencies transitively''', whether between project modules, or third party components - * provide extensibility through the consistent and extensive use of '''plugins''' + * '''plugins''' provide extensibility and customizability of the build process - * '''plugins are downloaded and installed automatcially on demand''' + * '''plugins are downloaded and installed automatically on demand''' * plugins are available for: * running '''unit tests''' * generating '''javadocs''' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]