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/27 14:19:01 UTC

svn commit: r928198 - /maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt

Author: hboutemy
Date: Sat Mar 27 13:19:00 2010
New Revision: 928198

URL: http://svn.apache.org/viewvc?rev=928198&view=rev
Log:
added a link to old 1.0-alpha-7 version documentation

Modified:
    maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt

Modified: maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt?rev=928198&r1=928197&r2=928198&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt Sat Mar 27 13:19:00 2010
@@ -53,7 +53,7 @@ Maven 2 Archetype Plugin
   The archetype plugin has four goals:
 
   * {{{./create-mojo.html}archetype:create}} creates a Maven 2 project from an
-    archetype. It use the behaviour of the Archetype Plugin version 1.0-alpha-7.
+    archetype. It use the behaviour of the {{{../maven-archetype-plugin-1.0-alpha-7/}Archetype Plugin version 1.0-alpha-7}}.
 
   * {{{./generate-mojo.html}archetype:generate}} ask the user to choose an archetype
     from the archetype catalog, and retrieves it from the remote repository.