*** 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 | | v
| download the plugin which | | download the plugin which
| contains code for this goal | | contains code for this goal
| | | | |
| | | | |
| v | | v
| process the plugin descriptor | | process the plugin descriptor
| and cache the results | | and cache the results
| | | | |
| | | | |
|<---------+ | |<---------+
| | |
v | v
does goal0 have any prereqs? | does goal0 have any prereqs?
| | |
yes ---+--- no | yes ---+--- no
| |
| |
| foreach(prereq)
| |
+----+
+-----+ +-----+
* Multiple goals * Multiple goals