Author: hboutemy
Date: Tue Apr 6 20:53:52 2010
New Revision: 931324
URL: http://svn.apache.org/viewvc?rev=931324&view=rev
Log:
added documentation about internal catalog update process
Added:
maven/archetype/trunk/archetype-common/src/site/apt/
maven/archetype/trunk/archetype-common/src/site/apt/internal.apt (with
props)
Modified:
maven/archetype/trunk/archetype-common/src/site/site.xml
Added: 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=931324&view=auto
==============================================================================
--- maven/archetype/trunk/archetype-common/src/site/apt/internal.apt (added)
+++ maven/archetype/trunk/archetype-common/src/site/apt/internal.apt Tue Apr 6
20:53:52 2010
@@ -0,0 +1,45 @@
+ ------
+ Maven Archetype Internal Catalog
+ ------
+ Hervé Boutemy
+ ------
+ 2010-04-06
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements. See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership. The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License. You may obtain a copy of the License at
+~~
+~~ http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied. See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+
+Maven Archetype Internal Catalog
+
+ The Archetype Plugin comes bundled with an internal catalog.
+
+* Updating the 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>>>:
+
+----
+mvn -P internal-catalog test
+----
+
+ Then merge <<<target/archetype-catalog.xml>>> with
<<<src/main/resources/archetype-catalog.xml>>>.
\ No newline at end of file
Propchange: maven/archetype/trunk/archetype-common/src/site/apt/internal.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/archetype/trunk/archetype-common/src/site/apt/internal.apt
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified: maven/archetype/trunk/archetype-common/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/site/site.xml?rev=931324&r1=931323&r2=931324&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/site/site.xml (original)
+++ maven/archetype/trunk/archetype-common/src/site/site.xml Tue Apr 6
20:53:52 2010
@@ -23,8 +23,8 @@ under the License.
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
- <menu name="Links">
- <item name="Archetypes List Wiki"
href="http://docs.codehaus.org/display/MAVENUSER/Archetypes+List"/>
+ <menu name="Documentation">
+ <item name="Internal Catalog" href="./internal.html"/>
</menu>
<menu name="Reference">
<item name="Archetype Descriptor" href="./archetype-descriptor.html"/>