Author: dennisl Date: Thu May 29 14:32:09 2008 New Revision: 661489 URL: http://svn.apache.org/viewvc?rev=661489&view=rev Log: o Fix typos.
Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt?rev=661489&r1=661488&r2=661489&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt (original) +++ maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt Thu May 29 14:32:09 2008 @@ -30,7 +30,7 @@ Maven 2 Site Plugin The Maven 2 Site Plugin is used to generate a site for the project. The generated site also includes the project's reports - that were configured in the <<<\<reporting\>>>> section of the pom. + that were configured in the <<<\<reporting\>>>> section of the POM. * Goals Overview @@ -39,16 +39,16 @@ * {{{site-mojo.html}site:site}} is used generate a site for the project. * {{{deploy-mojo.html}site:deploy}} is used to deploy the generated site using <<<scp>>> or <<<file>>> protocol to the site - specified in the <<<\<distributionManagement\>>>> section of the pom. + specified in the <<<\<distributionManagement\>>>> section of the POM. * {{{run-mojo.html}site:run}} starts the site up, rendering documents as requested for faster editing. It uses Jetty as the webapp server. * {{{stage-mojo.html}site:stage}} generates a site in a local staging or mock directory based on the site url specified - in the <<<\<distributionManagement\>>>> section of the pom. + in the <<<\<distributionManagement\>>>> section of the POM. * {{{stage-deploy-mojo.html}site:stage-deploy}} deploys the generated site in a staging or mock directory on the site - specified in the <<<\<distributionManagement\>>>> section of the pom. It also supports <<<scp>>> and <<<file>>> protocol for deployment. + specified in the <<<\<distributionManagement\>>>> section of the POM. It also supports <<<scp>>> and <<<file>>> protocol for deployment. * {{{attach-descriptor-mojo.html}site:attach-descriptor}} adds the site descriptor to the list of files to be installed/deployed. For more references of the site descriptor, Modified: maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml?rev=661489&r1=661488&r2=661489&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml Thu May 29 14:32:09 2008 @@ -94,8 +94,8 @@ </p> </answer> </faq> - <faq id="How to include a custom Doxia modules, like Twiki"> - <question>How to include a custom Doxia modules, like Twiki?</question> + <faq id="How to include a custom Doxia module, like Twiki"> + <question>How to include a custom Doxia module, like Twiki?</question> <answer> <p> The site plugin handles out-of-box apt, xdoc and fml formats. If you @@ -114,7 +114,7 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-twiki</artifactId> - <version>1.0-alpha-10-SNAPSHOT</version> + <version>1.0-alpha-11</version> </dependency> </dependencies> </plugin>