*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-09-09 00:33:39 +00:00
parent 66a0a01d86
commit 0fe12c5a57
1 changed files with 30 additions and 27 deletions

View File

@ -27,33 +27,36 @@ Maven Lifecycle
+-----+ +-----+
goal0 +------------> goalX
| | |
| | |
is the plugin for | is the plugin for
goal0 present? | goalX present?
| | |
| | |
yes ---+--- no | yes ---+--- no
| | |
| | v
| | download the plugin which
| | contains code for this goal
| | |
| | |
| | v
| | process the plugin descriptor
| | and cache the results
| | |
| | |
| |<---------+
| | | |
| v | v
| download the plugin which | does goal0 have any prereqs?
| contains code for this goal | |
| yes ---+--- no
| | | |
| | | |
| v | foreach(prereq)
| process the plugin descriptor
| and cache the results
| | | |
| | +----+
|<---------+
|
v
does goal0 have any prereqs?
|
yes ---+--- no
+-----+ +-----+
* Multiple goals * Multiple goals