You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by bu...@apache.org on 2016/09/25 10:27:12 UTC

svn commit: r998198 - in /websites/staging/maven/trunk/content: ./ guides/mini/guide-creating-archetypes.html maven-site-1.0-site.jar

Author: buildbot
Date: Sun Sep 25 10:27:12 2016
New Revision: 998198

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/guides/mini/guide-creating-archetypes.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep 25 10:27:12 2016
@@ -1 +1 @@
-1762171
+1762180

Modified: websites/staging/maven/trunk/content/guides/mini/guide-creating-archetypes.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/mini/guide-creating-archetypes.html (original)
+++ websites/staging/maven/trunk/content/guides/mini/guide-creating-archetypes.html Sun Sep 25 10:27:12 2016
@@ -125,7 +125,7 @@
 <p><b>Help Wanted</b>: this mini-guide explains Archetype 1.x and should be updated to match Archetype 2.x (the essential difference being <a href="/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html">the <tt>archetype-metadata.xml</tt> descriptor</a>). Please attach a patch to <a class="externalLink" href="https://issues.apache.org/jira/browse/MNGSITE-292">MNGSITE-292 Jira issue</a>.</p>
 <p>Creating an archetype is a pretty straight forward process. An archetype is a very simple artifact, that contains the project prototype you wish to create. An archetype is made up of:</p>
 <ul>
-<li>an <a class="externalLink" href="http://maven.apache.org/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html">archetype descriptor</a> (<tt>archetype.xml</tt> in directory: <tt>src/main/resources/META-INF/maven/</tt>). It lists all the files that will be contained in the archetype and categorizes them so they can be processed correctly by the archetype generation mechanism.</li>
+<li>an <a href="#archetype-archivesarchetype-2.1archetype-commonarchetype.html">archetype descriptor</a> (<tt>archetype.xml</tt> in directory: <tt>src/main/resources/META-INF/maven/</tt>). It lists all the files that will be contained in the archetype and categorizes them so they can be processed correctly by the archetype generation mechanism.</li>
 <li>the prototype files that are copied by the archetype plugin (directory: <tt>src/main/resources/archetype-resources/</tt>)</li>
 <li>the prototype pom (<tt>pom.xml</tt> in: <tt>src/main/resources/archetype-resources</tt>)</li>
 <li>a pom for the archetype (<tt>pom.xml</tt> in the archetype's root directory).</li></ul>

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.