From 22468766805d921fc9b759bc7007a257cf403b4c Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sun, 24 Apr 2011 15:59:10 +0000 Subject: [PATCH] [MNG-5076] improved documentation of lifecycle.xml Submitted by: Benson Margulies applied with modifications merged from 2.2 branch r1096335 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1096338 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-api/src/main/mdo/lifecycle.mdo | 5 +++-- maven-plugin-api/src/site/site.xml | 24 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/maven-plugin-api/src/main/mdo/lifecycle.mdo b/maven-plugin-api/src/main/mdo/lifecycle.mdo index 2d8f2da8db..2335d15c29 100644 --- a/maven-plugin-api/src/main/mdo/lifecycle.mdo +++ b/maven-plugin-api/src/main/mdo/lifecycle.mdo @@ -24,7 +24,8 @@ under the License. lifecycle-mappings LifecycleMappings META-INF/maven/lifecycle.xml in a plugin's jar artifact. ]]> @@ -36,7 +37,7 @@ under the License. LifecycleConfiguration 1.0.0 - Root element of the lifecycle.xml file. + lifecycle.xml file.]]> lifecycles diff --git a/maven-plugin-api/src/site/site.xml b/maven-plugin-api/src/site/site.xml index daf5e41f00..85de2410c9 100644 --- a/maven-plugin-api/src/site/site.xml +++ b/maven-plugin-api/src/site/site.xml @@ -1,7 +1,31 @@ + + + + + + +