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 2021/04/05 17:48:52 UTC

[maven] branch master updated: [MNG-6917] add wrapper lifecycle to reference documentation

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new b08e4d2  [MNG-6917] add wrapper lifecycle to reference documentation
b08e4d2 is described below

commit b08e4d277e02abe9455e6c05e8fc6ae2b12a68fe
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Apr 5 19:48:08 2021 +0200

    [MNG-6917] add wrapper lifecycle to reference documentation
---
 maven-core/src/site/apt/lifecycles.apt.vm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/maven-core/src/site/apt/lifecycles.apt.vm b/maven-core/src/site/apt/lifecycles.apt.vm
index 3e47bc9..253875f 100644
--- a/maven-core/src/site/apt/lifecycles.apt.vm
+++ b/maven-core/src/site/apt/lifecycles.apt.vm
@@ -25,7 +25,7 @@
 
 Lifecycles Reference
 
-  Maven defines 3 lifecycles in <<<META-INF/plexus/components.xml>>>:
+  Maven defines 4 lifecycles in <<<META-INF/plexus/components.xml>>>:
 
 %{toc|fromDepth=2}
 
@@ -47,3 +47,9 @@ Lifecycles Reference
   <<<site>>> lifecycle is defined directly with its plugin bindings.
 
 %{snippet|id=site|file=${project.basedir}/src/main/resources/META-INF/plexus/components.xml}
+
+* <<<wrapper>>> Lifecycle
+
+  <<<wrapper>>> lifecycle is defined directly with its plugin bindings.
+
+%{snippet|id=wrapper|file=${project.basedir}/src/main/resources/META-INF/plexus/components.xml}