*** 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
|
|
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