copied single-goal flow to multiple-goal section to have a skeleton on which to build

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163052 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2004-09-08 12:36:52 +00:00
parent 74bc0a1f14
commit 8ca7a7391b
1 changed files with 14 additions and 0 deletions

View File

@ -27,6 +27,20 @@ Maven Lifecycle
* Multiple goals
- session lifecycle+
- dep resolution (if POM present)
- dep download++
- goal lifecycle (assume that multiple goals are supplied by user)
- goal resolution (assume multiple goals)
- download plugin for goal(s) as necessary++
- goal execution
* Reactor with a single goal
* Reactor with multiple goals