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 2011/09/06 21:50:07 UTC

svn commit: r1165805 - /maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt

Author: hboutemy
Date: Tue Sep  6 19:50:07 2011
New Revision: 1165805

URL: http://svn.apache.org/viewvc?rev=1165805&view=rev
Log:
[ARCHETYPE-381] maven-quickstart-archetype is not at position 15 for everybody

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

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt?rev=1165805&r1=1165804&r2=1165805&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt Tue Sep  6 19:50:07 2011
@@ -53,7 +53,8 @@ Usage
    It then asks for confirmation of the configuration and performs 
    the creation of the project.
 
-   In the following example, we selected the quickstart archetype (numbered 15)
+   In the following example, we selected the quickstart archetype (default value,
+   which is 15 here but may vary depending on repository content)
    and set <<<groupId>>> to <<<com.company>>>, <<<artifactId>>> to <<<project>>>,
    <<<version>>> to <<<1.0>>> and <<<package>>> to <<<com.company.project>>>.