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/09/11 19:06:47 UTC

svn commit: r996174 - /maven/archetype/trunk/archetype-plugin/src/site/apt/examples/generate-alternative-catalog.apt

Author: hboutemy
Date: Sat Sep 11 17:06:46 2010
New Revision: 996174

URL: http://svn.apache.org/viewvc?rev=996174&view=rev
Log:
fixed documentation about default catalogs used

Modified:
    maven/archetype/trunk/archetype-plugin/src/site/apt/examples/generate-alternative-catalog.apt

Modified: maven/archetype/trunk/archetype-plugin/src/site/apt/examples/generate-alternative-catalog.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/apt/examples/generate-alternative-catalog.apt?rev=996174&r1=996173&r2=996174&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/apt/examples/generate-alternative-catalog.apt (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/apt/examples/generate-alternative-catalog.apt Sat Sep 11 17:06:46 2010
@@ -3,7 +3,7 @@
  ------
  Raphaël Piéroni
  ------
- 09 September 2008
+ 2010-09-11
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -38,15 +38,15 @@ Generate project using an alternative ca
    * <<<remote>>> to use the maven's remote catalog. No catalog is currently provided.
 
    * <<<file://path/to/archetype-catalog.xml>>> to use a specific local catalog.
-     When the catalog file is named <<<archetype-catalog.xml>>>, it can be omited.
+     When the catalog file is named <<<archetype-catalog.xml>>>, it can be omitted.
 
    * <<<http://url/to/archetype-catalog.xml>>> to use a specific remote catalog.
-     When the catalog file is named <<<archetype-catalog.xml>>>, it can be omited.
+     When the catalog file is named <<<archetype-catalog.xml>>>, it can be omitted.
 
    []
 
-   The default value is <<<local,internal>>>. Thus the internal catalog is shown
-   just after the local one.
+   The default value is <<<remote,local>>>. Thus the local catalog is shown
+   just after the remote one.
 
 +--
 $ mvn archetype:generate -DarchetypeCatalog=http://cocoon.apache.org