Author: hboutemy
Date: Mon Aug 15 22:21:59 2011
New Revision: 1158038
URL: http://svn.apache.org/viewvc?rev=1158038&view=rev
Log:
added links to the documentation of goals bound to default lifecycle
Modified:
maven/archetype/trunk/archetype-packaging/src/site/apt/index.apt.vm
Modified: maven/archetype/trunk/archetype-packaging/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-packaging/src/site/apt/index.apt.vm?rev=1158038&r1=1158037&r2=1158038&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-packaging/src/site/apt/index.apt.vm
(original)
+++ maven/archetype/trunk/archetype-packaging/src/site/apt/index.apt.vm Mon Aug
15 22:21:59 2011
@@ -3,7 +3,7 @@ Maven Archetype Packaging
------
Hervé Boutemy
------
-2011-01-29
+2011-08-16
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -28,12 +28,22 @@ Hervé Boutemy
Maven Archetype Packaging
- This is '<<<maven-archetype>>>' packaging configuration for archetypes,
providing
- {{{../maven-archetype-plugin}maven-archetype-plugin}} bindings to default
lifecycle.
+ This is '<<<maven-archetype>>>' packaging configuration for archetypes. It
provides
+ {{{../maven-archetype-plugin}maven-archetype-plugin}} bindings to default
lifecycle:
+ * {{{../maven-archetype-plugin/jar-mojo.html}archetype:jar}} to
<<<package>>> phase,
+
+ *
{{{../maven-archetype-plugin/integration-test-mojo.html}archetype:integration-test}}
to <<<integration-test>>> phase,
+
+ *
{{{../maven-archetype-plugin/update-local-catalog-mojo.html}archetype:update-local-catalog}}
to <<<install>>> phase.
+
+ []
Usage
+ To be available from an archetype project, the packaging is added as an
extension. To ensure a reproducible build,
+ the archetype plugin version is locked down in pluginManagement section:
+
---
<project>
...