*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-09-07 23:18:12 +00:00
parent ae48e02aa0
commit da5d0de6ff
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
-----
Maven Lifecycle
-----
Maven Team
-----
Maven Lifecycle
* Single goal
* Multiple goals
* Reactor with a single goal
* Reactor with multiple goals
Use Cases
* where one goal needs to use and modify another goal
eg jcoverage:report does jcoverage:instrument [compiler:compile],
then calls surefire:test (adding classpath entries and changing the test
classes directory parameter)
the does the report