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