mirror of https://github.com/apache/maven.git
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:
parent
74bc0a1f14
commit
8ca7a7391b
|
@ -27,6 +27,20 @@ Maven Lifecycle
|
||||||
|
|
||||||
* Multiple goals
|
* 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 a single goal
|
||||||
|
|
||||||
* Reactor with multiple goals
|
* Reactor with multiple goals
|
||||||
|
|
Loading…
Reference in New Issue