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/08/22 23:12:09 UTC

svn commit: r1160439 - in /maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification: archetype-catalog.apt archetype-metadata.apt create-from-project.apt

Author: hboutemy
Date: Mon Aug 22 21:12:09 2011
New Revision: 1160439

URL: http://svn.apache.org/viewvc?rev=1160439&view=rev
Log:
fixed links to descriptors reference

Modified:
    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/create-from-project.apt

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=1160439&r1=1160438&r2=1160439&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 Mon Aug 22 21:12:09 2011
@@ -3,7 +3,7 @@
  ------
  Raphaël Piéroni
  ------
- 10 February 2008
+ 2011-08-22
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -31,7 +31,7 @@ How does the Archetype Plugin know about
 
     Knowledge about archetypes are stored in catalogs.
 
-    The catalogs are xml files: see the {{{/archetype/archetype-common/archetype-catalog.html}reference documentation}}.
+    The catalogs are xml files: see the {{{../../archetype-models/archetype-catalog/archetype-catalog.html}reference documentation}}.
 
     The Archetype Plugin comes bundled with an internal catalog.
     This one is used by default.

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=1160439&r1=1160438&r2=1160439&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 Mon Aug 22 21:12:09 2011
@@ -3,7 +3,7 @@
  ------
  Raphaël Piéroni
  ------
- 10 February 2008
+ 2011-08-22
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -27,11 +27,11 @@
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
 
-How metadata on an archetype is stored?
+How is metadata on an archetype stored?
 
     The metadata about an archetype is stored in the <<<archetype-metadata.xml>>> file
     located in the directory <<<META-INF/maven>>> of its jar file: see the
-    {{{/archetype/archetype-common/archetype-descriptor.html}reference documentation}}.
+    {{{../../archetype-models/archetype-descriptor/archetype-descriptor.html}reference documentation}}.
 
     The metadata file stores the additional properties, with corresponding
     default values.
@@ -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 multiple modules in the archetype metadata
 
     Inner modules of an archetype are used to create a multi-module Maven
     project from a single archetype.

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=1160439&r1=1160438&r2=1160439&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 Mon Aug 22 21:12:09 2011
@@ -3,7 +3,7 @@
  ------
  Raphaël Piéroni
  ------
- 10 February 2008
+ 2011-08-22
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -40,10 +40,10 @@ What is done during the creation of an a
 * Archetype creation
 
     Using the project's directory as sources, <<<filteredExtensions>>> and <<<languages>>>
-    properties, the module tree; the Archetype Plugin searches for revelant
+    properties, the module tree; the Archetype Plugin searches for relevant
     filesets indexed by module.
 
-    Using the revelant filesets, the module tree, the resolved properties; the
+    Using the relevant filesets, the module tree, the resolved properties; the
     Archetype Plugin creates the archetype's resources.
 
     Then it creates the archetype's descriptor.