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 2011/03/19 16:15:49 UTC

svn commit: r1083191 - in /maven/archetype/trunk/maven-archetype-plugin/src/site/apt: examples/ specification/

Author: hboutemy
Date: Sat Mar 19 15:15:48 2011
New Revision: 1083191

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

Modified:
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-multi-module-project.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/generate-batch.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/create-from-project.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/specification.apt
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/update-catalog.apt

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-multi-module-project.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-multi-module-project.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-multi-module-project.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-multi-module-project.apt Sat Mar 19 15:15:48 2011
@@ -1,5 +1,5 @@
  ------
- Create an archetype from a multi module project
+ Create an archetype from a multi-module project
  ------
  Raphaël Piéroni
  ------
@@ -26,15 +26,15 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Create an archetype from a multi module project
+Create an archetype from a multi-module project
 
-   Creating an archetype for a multi module project is as simple as 
-   {{{../advanced-usage.html}creating one for a mono module project}}.
+   Creating an archetype for a multi-module project is as simple as 
+   {{{../advanced-usage.html}creating one for a mono-module project}}.
 
    Just move to the root directory of a multi-module project and call
    <<<mvn archetype:create-from-project>>>. In the archetype used as example,
    some files need to be non filtered. This achieved by giving the archetype
-   plugin some value in the archetype.filtered property.
+   plugin some value in the <<<archetype.filteredExtensions>>> property.
 
 +--
 $ mvn archetype:create-from-project -Darchetype.filteredExtensions=java
@@ -48,7 +48,7 @@ $ mvn archetype:create-from-project -Dar
 [INFO]   archetype :: remoting
 [INFO]   archetype :: web services
 [INFO]   archetype :: web application
-[INFO]   archetype :: entreprise application
+[INFO]   archetype :: enterprise application
 [INFO] Searching repository for plugin with prefix: 'archetype'.
 [INFO] ------------------------------------------------------------------------
 [INFO] Building archetype
@@ -90,7 +90,7 @@ $ mvn archetype:create-from-project -Dar
 [INFO] Unpack native libraries required to run hosted browser
 [INFO] [gwt:generateAsync {execution: default}]
 [INFO] ------------------------------------------------------------------------
-[INFO] Building archetype :: entreprise application
+[INFO] Building archetype :: enterprise application
 [INFO] ------------------------------------------------------------------------
 [INFO] No goals needed for project - skipping
 [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/create-with-property-file.apt Sat Mar 19 15:15:48 2011
@@ -197,7 +197,7 @@ package: my.new.group
     to override the value, one just have to answer <<<N>>> to the first
     confirmation, then the whole bunch of properties is proposed.
 
-    The tree of the generated project show that the only language recognised as
+    The tree of the generated project show that the only language recognized as
     such is groovy. The property <<<archetype.languages>>> gives the list of the
     languages. The languages are the directories in <<<src/main>>> and
     <<<src/test>>> that have the capacity to contain a "packaged" directory

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/generate-batch.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/generate-batch.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/generate-batch.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/examples/generate-batch.apt Sat Mar 19 15:15:48 2011
@@ -31,7 +31,7 @@ Generate project in batch mode
    It is possible to get rid of the interactivity of the archetype plugin
    by defining the <<<interactive>>> property to <<<false>>> or by using the -B
    flag.
-   A couple of meaningfull properties are then required.
+   A couple of meaningful properties are then required.
    
    The archetypeGroupId, archetypeArtifactId and archetypeVersion defines the 
    archetype to use for project generation.

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt Sat Mar 19 15:15:48 2011
@@ -67,7 +67,7 @@ How does the Archetype Plugin know about
     [[3]] The version of the archetype. <<<RELEASE>>> is a valid version. <<REQUIRED>>
 
     [[4]] The repository where to find the archetype. <<OPTIONAL>>. When
-          ommitted, the archetype is searched for in the repository where the catalog
+          omitted, the archetype is searched for in the repository where the catalog
           comes from.
 
     [[5]] The description of the archetype. <<OPTIONAL>>

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt Sat Mar 19 15:15:48 2011
@@ -156,7 +156,7 @@ How metadata on an archetype is stored?
     This filset is also packaged and filtered.
 
 
-* Defining multi module in the archetype metadata
+* Defining multi-module in the archetype metadata
 
     Inner modules of an archetype are used to create a multi-module Maven
     project from a single archetype.
@@ -182,7 +182,7 @@ How metadata on an archetype is stored?
     named <<<SubProject>>>. This module is located in the <<<sub-project>>>
     directory of the archetype. It also has the artifactId <<<subproject>>>.
 
-    The attributes name, id and dir of the module are used to determine the
+    The attributes name, <<<id>>> and <<<dir>>>, of the module are used to determine the
     directory where to generate that module's files, they also are used to
     determine the artifactId of the Maven project corresponding to this
     module.

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt Sat Mar 19 15:15:48 2011
@@ -32,12 +32,12 @@ What is an archetype?
 * A Maven project 'en devenir'
 
     I.e. an abstract representation of a kind of project
-    that can be instantiated into a concrete customised
+    that can be instantiated into a concrete customized
     Maven project.
 
     An archetype knows which files will be part of the
     instantiated project and which properties to fill
-    to properly customise the project.
+    to properly customize the project.
 
     Each archetype defines a set of common properties:
 

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/create-from-project.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/create-from-project.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/create-from-project.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/create-from-project.apt Sat Mar 19 15:15:48 2011
@@ -75,7 +75,7 @@ What is done during the creation of an a
 
     In each module's directory and excluding submodules trees, the Archetype
     Plugin sorts the files by languages, fileteredExtensions and sensible
-    default base pathes (src/main/<languages>, src/main/<siblings>,
+    default base paths (src/main/<languages>, src/main/<siblings>,
     src/test/<languages>, src/test/<siblings>, ...).
 
     This defines a tri-dimensional matrix. Each sorted group (matrix' cases)

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/specification.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/specification.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/specification.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/specification.apt Sat Mar 19 15:15:48 2011
@@ -38,7 +38,7 @@ Specification
 
     * {{{./generate.html}What is done during the creation of a project?}}
 
-    * {{{./archetype-catalog.html}How does the Archetype Plugin know about archetype?}}
+    * {{{./archetype-catalog.html}How does the Archetype Plugin know about archetypes?}}
 
     * {{{./create-from-project.html}What is done during the creation of an archetype?}}
 ~~

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/update-catalog.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/update-catalog.apt?rev=1083191&r1=1083190&r2=1083191&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/update-catalog.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/update-catalog.apt Sat Mar 19 15:15:48 2011
@@ -38,7 +38,7 @@ Creation/Deployment behaviour
 
  archetype created using archetpe:create-from-project -Darchetype.phase=install 
 
- the newly created archetype is copied in teh local repository 
+ the newly created archetype is copied in the local repository 
 
  and the archetype-catalog.xml file located at the root of the repository is updated with the archetype information 
 
@@ -58,11 +58,11 @@ Creation/Deployment behaviour
  returns an incomplete creation request
             determine archetype's groupId, artifactId, version 
 
- -> defaults to resolve, overriden by property file, overriden by -D 
+ -> defaults to resolve, overridden by property file, overridden by -D 
 
  resolve package using (-Dlanguages languages can be found in property file instead) 
 
- -> defaults to resolve, overriden by property file, overriden by -D 
+ -> defaults to resolve, overridden by property file, overridden by -D 
 
  determine additional properties 
 
@@ -76,7 +76,7 @@ Creation/Deployment behaviour
 
  determine pom rewriting using: 
 
- -> keepParent, addtional properties 
+ -> keepParent, additional properties 
 
  create archetype files using: 
 
@@ -86,7 +86,7 @@ Creation/Deployment behaviour
 
  create archetype's pom using 
 
- -> archetype's id, copying devs, licnese, ... AND deploymentManagement
+ -> archetype's id, copying devs, license, ... AND deploymentManagement
     6. archetype developer deployment the archetype 
 
  
@@ -103,7 +103,7 @@ Creation/Deployment behaviour
 
  
 
- the deployment url and credentials could be overrided to use staging repositories, but how? 
+ the deployment url and credentials could be overridden to use staging repositories, but how? 
 
  
 
@@ -111,7 +111,7 @@ Creation/Deployment behaviour
 
  
 
- synchronisation between repositories of catalog files is easy as they don't define any repository URL
+ synchronization between repositories of catalog files is easy as they don't define any repository URL
         deployment credentials:
             initialPom.deploymentManagement 
 
@@ -125,7 +125,7 @@ Creation/Deployment behaviour
 
  initialPom.version or archetype.version in property file or in -D
         deployment metadata:
-            deploy vesions metadata as any artifact 
+            deploy versions metadata as any artifact 
 
  use deploymentManagement to update remote catalog
 +---
\ No newline at end of file