Author: dennisl
Date: Sat Aug  2 06:01:02 2008
New Revision: 681963

URL: http://svn.apache.org/viewvc?rev=681963&view=rev
Log:
o Fix typos.

Modified:
    maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt
    
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/access-test-classes.apt
    
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt
    maven/plugins/trunk/maven-invoker-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml

Modified: 
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt?rev=681963&r1=681962&r2=681963&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt 
(original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/site/apt/advance-usage.apt Sat 
Aug  2 06:01:02 2008
@@ -3,7 +3,7 @@
  ------
  Olivier Lamy
  ------
- 24 November 2007
+ 2008-08-02
  ------
  
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -34,7 +34,7 @@
   
   * Values from the project POM (you must use <<<$\{pom.groupId}>>> notation 
in your goals file)
   
-  * In the plugin configuration you can add some properties in a 
<<<\<interpolationsProperties\>>>> element
+  * In the plugin configuration you can add some properties in an 
<<<\<interpolationsProperties\>>>> element
 
 * IT POM Interpolation 
 
@@ -42,7 +42,7 @@
     
   * Values from the project POM (you must use <<<@pom.groupId@>>> notation in 
your POM file)
   
-  * In the plugin configuration you can add some properties in a 
<<<\<interpolationsProperties\>>>> element
+  * In the plugin configuration you can add some properties in an 
<<<\<interpolationsProperties\>>>> element
   
   * Properties from <<<pom.properties>>>
 

Modified: 
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/access-test-classes.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/access-test-classes.apt?rev=681963&r1=681962&r2=681963&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/access-test-classes.apt
 (original)
+++ 
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/access-test-classes.apt
 Sat Aug  2 06:01:02 2008
@@ -3,7 +3,7 @@
  ------
  Benjamin Bentmann
  ------
- 03 May 2008
+ 2008-08-02
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -48,7 +48,7 @@
               <addTestClassPath>true</addTestClassPath>
             </configuration>
           </execution>
-       </executions>
+        </executions>
       </plugin>
     </plugins>
   </build>

Modified: 
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt?rev=681963&r1=681962&r2=681963&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt
 (original)
+++ 
maven/plugins/trunk/maven-invoker-plugin/src/site/apt/examples/install-artifacts.apt
 Sat Aug  2 06:01:02 2008
@@ -3,7 +3,7 @@
  ------
  Paul Gier
  ------
- 18 April 2008
+ 2008-08-02
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -29,9 +29,9 @@
 Installing Artifacts Example
 
   The following example shows a plugin configuration using the 
<<<{{{../install-mojo.html}invoker:install}}>>> 
-  goal.  This will cause the project artifact(s) to be installed to the local 
+  goal.  This will cause the project artifact(s) to be installed to a 
dedicated local 
   repository before executing the projects.  This can be helpful if you 
-  want to build you project and test the new artifacts artifact in a single 
step instead of 
+  want to build your project and test the new artifacts artifact in a single 
step instead of 
   installing first and then running tests.
   
 -------------------

Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/apt/usage.apt?rev=681963&r1=681962&r2=681963&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/site/apt/usage.apt Sat Aug  2 
06:01:02 2008
@@ -3,7 +3,7 @@
  ------
  Jason van Zyl
  ------
- 27 November 2006
+ 2008-08-02
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -37,7 +37,7 @@
 * Basic Example
 
   The following example shows basic plugin configuration for running 
integration tests.
-  The projects directory (<<<src/it>>>) is the location where the plugin will 
look for test projects
+  The project's directory (<<<src/it>>>) is the location where the plugin will 
look for test projects
   to execute.  The plugin is set to find and run all <<<pom.xml>>> files in 
this directory.
   
 -------------------

Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml?rev=681963&r1=681962&r2=681963&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml Sat Aug  2 
06:01:02 2008
@@ -30,12 +30,11 @@
     </menu>
     
     <menu name="Examples">
-      <item name="Basic Example" href="usage.html"/>
       <item name="Clone Projects" href="examples/clone-projects.html"/>
       <item name="Install Artifacts" href="examples/install-artifacts.html"/>
       <item name="Post Build Script" href="examples/post-build-script.html"/>
       <item name="Fast Use" href="examples/fast-use.html"/>
-      <item name="Access Test Classes" 
href="examples/access-test-classes.html"/>
+      <item name="Accessing Test Classes" 
href="examples/access-test-classes.html"/>
     </menu>
     
   </body>


Reply via email to