From 0fe12c5a57f835790fd54cfebce64c6702ed40ce Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 9 Sep 2004 00:33:39 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163057 13f79535-47bb-0310-9956-ffa450edef68 --- maven-core/src/site/apt/lifecycle.apt | 57 ++++++++++++++------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/maven-core/src/site/apt/lifecycle.apt b/maven-core/src/site/apt/lifecycle.apt index 73beb75404..aa7e6fa61d 100644 --- a/maven-core/src/site/apt/lifecycle.apt +++ b/maven-core/src/site/apt/lifecycle.apt @@ -27,33 +27,36 @@ Maven Lifecycle +-----+ - goal0 - | - | - is the plugin for - goal0 present? - | - | - yes ---+--- no - | | - | v - | download the plugin which - | contains code for this goal - | | - | | - | v - | process the plugin descriptor - | and cache the results - | | - | | - |<---------+ - | - v - does goal0 have any prereqs? - | - yes ---+--- no - - + +------------> goalX + | | + | | + | is the plugin for + | goalX present? + | | + | | + | yes ---+--- no + | | | + | | v + | | download the plugin which + | | contains code for this goal + | | | + | | | + | | v + | | process the plugin descriptor + | | and cache the results + | | | + | | | + | |<---------+ + | | + | v + | does goal0 have any prereqs? + | | + | yes ---+--- no + | | + | | + | foreach(prereq) + | | + +----+ +-----+ * Multiple goals