mirror of https://github.com/apache/maven.git
*** 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:
parent
66a0a01d86
commit
0fe12c5a57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue