o added detail to the goal lifecycle, and notes on goal resolution.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2004-09-07 23:37:36 +00:00
parent da4e248d8d
commit f3bd58b610
1 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,10 @@ Maven Lifecycle
- dep resolution (if POM present)
- goal lifecycle
- goal resolution (including plugin download)
- goal execution
* Multiple goals
@ -30,3 +34,11 @@ Maven Lifecycle
* where a goal does not require a pom.xml (pom-writer, for example).
Here, the pom should NOT be read.
Notes
* Goal Resolution: Involves resolving all implied goals (via prereqs, pre-
and post-goal decorations, and resolving/downloading any associated
plugins. Plugin download must be a utility used by this, to ensure that
any resolved goals can have their associated plugins downloaded.