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 13:57:14 UTC

svn commit: r928194 - /maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt

Author: hboutemy
Date: Sat Mar 27 12:57:13 2010
New Revision: 928194

URL: http://svn.apache.org/viewvc?rev=928194&view=rev
Log:
added a link to archetype-descriptor reference documentation

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

Modified: maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt?rev=928194&r1=928193&r2=928194&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt Sat Mar 27 12:57:13 2010
@@ -30,7 +30,8 @@
 How metadata on an archetype is 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.
+    located in the directory <<<META-INF/maven>>> of its jar file: see the
+    {{{/archetype/archetype-common/archetype-descriptor.html}reference documentation}}.
 
     The metadata file stores the additional properties, with corresponding
     default values.