Author: jdcasey Date: Thu Jul 7 10:40:03 2005 New Revision: 209620 URL: http://svn.apache.org/viewcvs?rev=209620&view=rev Log: merging in changes from the xdoc version, before I delete the xdoc version.
Modified: maven/components/trunk/maven-site/src/site/apt/developers/plugin-development-guide.apt maven/components/trunk/maven-site/src/site/apt/plugin-overview.apt Modified: maven/components/trunk/maven-site/src/site/apt/developers/plugin-development-guide.apt URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/developers/plugin-development-guide.apt?rev=209620&r1=209619&r2=209620&view=diff ============================================================================== --- maven/components/trunk/maven-site/src/site/apt/developers/plugin-development-guide.apt (original) +++ maven/components/trunk/maven-site/src/site/apt/developers/plugin-development-guide.apt Thu Jul 7 10:40:03 2005 @@ -53,8 +53,8 @@ * Resources - [[1]] {{{../plugin-management.html}Managing plugin configuration in large - projects}} - - [[2]] {{{../plugin-configuration.html}Configuring plugins}} - + [[1]] {{{developers/developing-plugins-with-marmalade.html}Developing plugins + with Marmalade}} + + [[2]] {{{developers/mojo-api-specification.html}Mojo API specification}} + Modified: maven/components/trunk/maven-site/src/site/apt/plugin-overview.apt URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/plugin-overview.apt?rev=209620&r1=209619&r2=209620&view=diff ============================================================================== --- maven/components/trunk/maven-site/src/site/apt/plugin-overview.apt (original) +++ maven/components/trunk/maven-site/src/site/apt/plugin-overview.apt Thu Jul 7 10:40:03 2005 @@ -109,7 +109,25 @@ ** What is a Plugin? + Maven is a framework for the execution of plugin goals. Every action you + take in Maven is really just calling out to an existing maven plugin. + When you compile, clean, create a JAR, generate a site, or execute + unit tests, Maven is executing goals from the appropriate plugins. + ** What is a Mojo (<And Why the H--- is it Named 'Mojo'>)? + MOJO is a play on POJO (Plain-old-Java-object), substituting "Maven" for + "Plain". A Mojo is really just a goal in Maven 2, and plug-ins consist of + any number of goals (Mojos). + ** What is the Build Lifecycle? (Overview) + +* Resources + + [[1]] {{{developers/plugin-development-guide.html}Plugin development guide}} + + [[2]] {{{plugin-management.html}Managing plugin configuration in large + projects}} + + [[3]] {{{plugin-configuration.html}Configuring plugins}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]