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/08/27 07:31:22 UTC

svn commit: r990021 - /maven/site/trunk/src/site/apt/guides/mini/guide-creating-archetypes.apt

Author: hboutemy
Date: Fri Aug 27 05:31:22 2010
New Revision: 990021

URL: http://svn.apache.org/viewvc?rev=990021&view=rev
Log:
fixed typos reported on user list

Modified:
    maven/site/trunk/src/site/apt/guides/mini/guide-creating-archetypes.apt

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-creating-archetypes.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-creating-archetypes.apt?rev=990021&r1=990020&r2=990021&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-creating-archetypes.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-creating-archetypes.apt Fri Aug 27 05:31:22 2010
@@ -29,11 +29,13 @@ Guide to Creating Archetypes
  []
 
  Note: this mini-guide has been written for
- {{{http://maven.apache.org/plugins/maven-archetype-plugin-1.0-alpha-7/}archetype plugin version 1.0.x}}.
+ {{{http://maven.apache.org/plugins/maven-archetype-plugin-1.0-alpha-7/}archetype plugin version 1.0.x}},
+ with its {{{http://maven.apache.org/archetype/archetype-common/archetype.html}old archetype descriptor}}
+ (stored in <<<archetype.xml>>> file).
  {{{http://maven.apache.org/archetype/maven-archetype-plugin/}Archetype plugin 2.0.x}} is a new generation
  that fully supports archetypes created for 1.0.x, and adds a
- {{{http://maven.apache.org/archetype/archetype-common/archetype.html}new archetype descriptor}}: it's
- more fexible, has more features, but the basis si absolutely the same.
+ {{{http://maven.apache.org/archetype/archetype-common/archetype-descriptor.html}new archetype descriptor}}
+ (stored in <<<archetype-metadata.xml>>> file): it's more flexible, has more features, but the basis is absolutely the same.
 
 
  To create an archetype follow these steps: