Author: hboutemy
Date: Sat Mar 27 11:38:14 2010
New Revision: 928185

URL: http://svn.apache.org/viewvc?rev=928185&view=rev
Log:
added information about catalog locations in description

Modified:
    maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo

Modified: 
maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo?rev=928185&r1=928184&r2=928185&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo 
(original)
+++ maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo 
Sat Mar 27 11:38:14 2010
@@ -29,6 +29,14 @@
     <p>These are standard catalog files which contain information about 
Archetypes so that users
     can be presented with a list of archetypes from any number of catalogs to 
generate new
     projects.</p>
+    <p>The Archetype Plugin knows by default its internal catalog. It also 
knows
+    about the <code>local</code> and <code>remote<code> catalogs:</p>
+    <ul>
+      <li><code>local</code> represents the 
<code>~/.m2/archetype-catalog.xml</code> catalog file,</li>
+      <li><code>remote</code> represents the 
<code>http://repo1.maven.org/maven2/archetype-catalog.xml</code> catalog file.
+    </ul>
+    <p>The Archetype Plugin can also read catalogs from filesystem/HTTP by 
providing the path/URL of a catalog file or
+    of a directory containing an <code>archetype-catalog.xml</code> file.</p>
     <p>An XSD is available at
     <a 
href="http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd";>http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd</a>.
     </p>]]>


Reply via email to