You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/01/09 22:08:06 UTC

svn commit: r897545 - in /maven/plugin-tools/trunk: maven-plugin-plugin/src/site/apt/ maven-plugin-plugin/src/site/apt/examples/ maven-plugin-tools-javadoc/src/site/apt/ maven-plugin-tools-model/src/site/apt/ src/site/apt/

Author: dennisl
Date: Sat Jan  9 21:08:06 2010
New Revision: 897545

URL: http://svn.apache.org/viewvc?rev=897545&view=rev
Log:
o Minor tweaks to the site

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt
    maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt
    maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
    maven/plugin-tools/trunk/src/site/apt/index.apt

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm?rev=897545&r1=897544&r2=897545&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/generate-help.apt.vm Sat Jan  9 21:08:06 2010
@@ -28,7 +28,7 @@
 
 Configuring Generation of Help Mojo
 
- To configure the generation of a <<<Help>>> Mojo, add the following to the project's POM:
+ To configure the generation of a <<<help>>> mojo, add the following to the project's POM:
 
 +-----+
 <project>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt?rev=897545&r1=897544&r2=897545&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt Sat Jan  9 21:08:06 2010
@@ -50,7 +50,7 @@
       metadata to the project's artifact, for subsequent installation and deployment. The first use-case for this
       is to add the LATEST metadata (which is plugin-specific) for shipping alongside the plugin's artifact.
 
-   * {{{./helpmojo-mojo.html}plugin:helpmojo}} generates a help mojo which describes all project mojos.
+   * {{{./helpmojo-mojo.html}plugin:helpmojo}} generates a help mojo which describes all mojos in a plugin.
 
    []
 

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt?rev=897545&r1=897544&r2=897545&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt Sat Jan  9 21:08:06 2010
@@ -45,7 +45,7 @@
 +-----+
 
   You will see that the <<<plugin.xml>>> file is generated in the <<<target/classes/META-INF/maven>>> directory of your project. The file is
-  also bundled in the generated jar file.
+  also bundled in the generated JAR file.
 
   To explicitly execute the <<<plugin:descriptor>>> goal, type the following in the command line:
 

Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt?rev=897545&r1=897544&r2=897545&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt Sat Jan  9 21:08:06 2010
@@ -28,6 +28,6 @@
 
 Screenshots From Javadoc
 
-  The following Screenshots have been taken from a JavaDoc displayed.
+  The following Screenshots have been taken from a Javadoc report.
 
 [images/javadoc.png] Examples

Modified: maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt?rev=897545&r1=897544&r2=897545&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt Sat Jan  9 21:08:06 2010
@@ -28,7 +28,7 @@
 
 Maven Plugin Tool Model
 
- The Maven Plugin Tool Model is model to extract descriptors information from plugins.
+ The Maven Plugin Tool Model is a model to extract descriptors information from plugins.
 
  The following are generated from this model:
 

Modified: maven/plugin-tools/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/apt/index.apt?rev=897545&r1=897544&r2=897545&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/apt/index.apt (original)
+++ maven/plugin-tools/trunk/src/site/apt/index.apt Sat Jan  9 21:08:06 2010
@@ -35,7 +35,7 @@
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
 || <<Maven Plugin Tools>>                                                     || <<Overview>>
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| {{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}}          | Maven Plugin which generates Plugin report.
+| {{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}}          | Maven Plugin which generates a Plugin report.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
 | {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}}             | Descriptor extractor for plugins written in Ant.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+