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/04/09 22:38:19 UTC

svn commit: r932589 - /maven/archetype/trunk/archetype-common/src/site/apt/internal.apt

Author: hboutemy
Date: Fri Apr  9 20:38:19 2010
New Revision: 932589

URL: http://svn.apache.org/viewvc?rev=932589&view=rev
Log:
improved instructions

Modified:
    maven/archetype/trunk/archetype-common/src/site/apt/internal.apt

Modified: maven/archetype/trunk/archetype-common/src/site/apt/internal.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/site/apt/internal.apt?rev=932589&r1=932588&r2=932589&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/site/apt/internal.apt (original)
+++ maven/archetype/trunk/archetype-common/src/site/apt/internal.apt Fri Apr  9 20:38:19 2010
@@ -36,12 +36,11 @@ Maven Archetype Internal Catalog
  The source for internal catalog is hosted in the {{{http://docs.codehaus.org/display/MAVENUSER/Archetypes+List}Archetype List}}
  page of the Maven User Wiki.
 
- This page is transformed to a catalog XML file using following command in <<<archetype-common>>>:
+ This page is transformed to a catalog XML file using following command in <<<archetype-common>>> module directory:
 
 ----
 mvn -P internal-catalog test
 ----
 
- Then merge <<<target/archetype-catalog.xml>>> with <<<src/main/resources/archetype-catalog.xml>>>.
-
- If archetypes count has changed, modify <<<CatalogArchetypeDataSinkTest>>> and <<<WikiArchetypeDataSourceTest>>> assertions.
+ Then merge <<<target/archetype-catalog.xml>>> with
+ {{{http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml?view=markup}<<<src/main/resources/archetype-catalog.xml>>>}}.