Author: hboutemy
Date: Mon Aug 22 20:49:06 2011
New Revision: 1160425
URL: http://svn.apache.org/viewvc?rev=1160425&view=rev
Log:
added a link to maven-archetype documentation
Modified:
maven/archetype/trunk/maven-archetype-plugin/src/site/fml/faq.fml
Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/fml/faq.fml?rev=1160425&r1=1160424&r2=1160425&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/fml/faq.fml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/fml/faq.fml Mon Aug
22 20:49:06 2011
@@ -10,8 +10,8 @@
<p><code>maven-archetype</code> packaging is available since
2.0-alpha-1: it should be used instead of <code>jar</code>, which was used
for Archetype 1.x.</p>
<p>Using <code>maven-archetype</code> packaging helps identifying
archetypes in repositories and adds archetype related bindings to
- build lifecycle, like <a
href="./integration-test-mojo.html"><code>integration-tests</code></a> and
- <a
href="./update-local-catalog-mojo.html"><code>update-local-catalog</code></a>.</p>
+ build lifecycle: see <a
href="../archetype-packaging/"><code>maven-archetype</code> packaging
documentation</a>
+ for more information.</p>
</answer>
</faq>