From bd609fc2880f517ebd3ce2862da710b45027c5d4 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 3 Dec 2009 11:26:41 +0100 Subject: Fixed NAR-78 --- src/site/apt/lifecycle.apt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/site/apt/lifecycle.apt') diff --git a/src/site/apt/lifecycle.apt b/src/site/apt/lifecycle.apt index 4d1b750..9c66804 100644 --- a/src/site/apt/lifecycle.apt +++ b/src/site/apt/lifecycle.apt @@ -14,8 +14,14 @@ standard maven goals) attached to them. The order is left to right, top to botto *------------------------+-----------------------------------------------------------+ | | | *------------------------+-----------------------------------------------------------+ +| validate | <> | +*------------------------+-----------------------------------------------------------+ +| initialize | | +*------------------------+-----------------------------------------------------------+ | generate-sources | <>, <> | *------------------------+-----------------------------------------------------------+ +| generate-resources | | +*------------------------+-----------------------------------------------------------+ | process-sources | <>, <> | *------------------------+-----------------------------------------------------------+ | process-resources | resources, <>, <> | @@ -24,6 +30,12 @@ standard maven goals) attached to them. The order is left to right, top to botto *------------------------+-----------------------------------------------------------+ | process-classes | <> | *------------------------+-----------------------------------------------------------+ +| generate-test-sources | | +*------------------------+-----------------------------------------------------------+ +| process-test-sources | | +*------------------------+-----------------------------------------------------------+ +| generate-test-resources| | +*------------------------+-----------------------------------------------------------+ | process-test-resources | testResources | *------------------------+-----------------------------------------------------------+ | test-compile | testCompile | @@ -34,8 +46,14 @@ standard maven goals) attached to them. The order is left to right, top to botto *------------------------+-----------------------------------------------------------+ | package | <>, jar | *------------------------+-----------------------------------------------------------+ +| pre-integration-test | | +*------------------------+-----------------------------------------------------------+ | integration-test | <> | *------------------------+-----------------------------------------------------------+ +| post-integration-test | | +*------------------------+-----------------------------------------------------------+ +| verify | | +*------------------------+-----------------------------------------------------------+ | install | install | *------------------------+-----------------------------------------------------------+ | deploy | deploy | -- cgit v1.2.3