You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/13 19:10:37 UTC

svn commit: r922636 - in /maven/archetype/trunk/archetype-plugin/src/site/apt: advanced-usage.apt examples/create-with-property-file.apt

Author: hboutemy
Date: Sat Mar 13 18:10:37 2010
New Revision: 922636

URL: http://svn.apache.org/viewvc?rev=922636&view=rev
Log:
fixed typos

Modified:
    maven/archetype/trunk/archetype-plugin/src/site/apt/advanced-usage.apt
    maven/archetype/trunk/archetype-plugin/src/site/apt/examples/create-with-property-file.apt

Modified: maven/archetype/trunk/archetype-plugin/src/site/apt/advanced-usage.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/apt/advanced-usage.apt?rev=922636&r1=922635&r2=922636&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/apt/advanced-usage.apt (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/apt/advanced-usage.apt Sat Mar 13 18:10:37 2010
@@ -29,7 +29,7 @@
 
 Archetype creation
 
-    Creating an archetype from an existing project involves three steps :
+    Creating an archetype from an existing project involves three steps:
 
     * the archetype resolution
 
@@ -42,10 +42,10 @@ Archetype creation
 
 Usage
 
-    Calling <<<mvn archetype:create-from-project>>> the plugin first resolves 
-    the package by guessing the project directory. 
+    Calling <<<mvn archetype:create-from-project>>> the plugin first resolves
+    the package by guessing the project directory.
 
-    It then generates the directory tree of the archetype in the 
+    It then generates the directory tree of the archetype in the
     <<<target/generated-sources/archetype>>> directory.
 
 +---
@@ -80,7 +80,7 @@ mvn archetype:create-from-project
 [INFO] ------------------------------------------------------------------------
 +---
 
-    Then move to that generated directory and call <<<mvn install>>> on the 
+    Then move to that generated directory and call <<<mvn install>>> on the
     created archetype.
 
 +---
@@ -135,16 +135,16 @@ $ mvn archetype:generate -DarchetypeCata
 [INFO] [archetype:generate]
 Choose archetype:
 1: local -> project (project)
-Choose a number:  (1): 
+Choose a number:  (1):
 +---
 
 Configuration
-    
+
     The <<<create-from-project>>> goal enable the user to provide some sensible
     configuration using the system properties or a property file.
 
-    The system properties permits the user to define the groupId, artifactId, 
-    version of the created archetype. They also permits to override the resolved 
+    The system properties permits the user to define the groupId, artifactId,
+    version of the created archetype. They also permits to override the resolved
     package and to create a partial archetype.
 
     When used, the property file takes precedence over the system properties.

Modified: maven/archetype/trunk/archetype-plugin/src/site/apt/examples/create-with-property-file.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/apt/examples/create-with-property-file.apt?rev=922636&r1=922635&r2=922636&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/apt/examples/create-with-property-file.apt (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/apt/examples/create-with-property-file.apt Sat Mar 13 18:10:37 2010
@@ -271,6 +271,6 @@ public class App
        jsp, gsp, vm, html, xhtml, properties, .classpath, .project>>>. Notice
        the dotted filtered extensions that contains the complete file names.
 
-    * <<<archetype.fillteredExtensions>>> have: <<<java, groovy, csharp, aspectj>>>.
+    * <<<archetype.filteredExtensions>>> have: <<<java, groovy, csharp, aspectj>>>.
 
     []
\ No newline at end of file