From 7396da3bdfd34c03e92a88f91be526106bd737c6 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Wed, 21 Oct 2009 14:58:47 +0200 Subject: Fixed NAR-82; Better fix for NAR-77 --- src/site/apt/lifecycle.apt | 58 +++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'src/site') diff --git a/src/site/apt/lifecycle.apt b/src/site/apt/lifecycle.apt index 0de6090..4d1b750 100644 --- a/src/site/apt/lifecycle.apt +++ b/src/site/apt/lifecycle.apt @@ -11,35 +11,35 @@ NAR Lifecycle The table below shows the different phases of the NAR Lifecycle and the goals (including standard maven goals) attached to them. The order is left to right, top to bottom. -*------------------------+-------------------------------------------+ -| | | -*------------------------+-------------------------------------------+ -| generate-sources | <>, <> | -*------------------------+-------------------------------------------+ -| process-sources | <>, <> | -*------------------------+-------------------------------------------+ -| process-resources | resources, <> | -*------------------------+-------------------------------------------+ -| compile | compile, <>, <> | -*------------------------+-------------------------------------------+ -| process-classes | <>, <> | -*------------------------+-------------------------------------------+ -| process-test-resources | testResources | -*------------------------+-------------------------------------------+ -| test-compile | testCompile | -*------------------------+-------------------------------------------+ -| process-test-classes | <> | -*------------------------+-------------------------------------------+ -| test | test, <> | -*------------------------+-------------------------------------------+ -| package | <>, jar | -*------------------------+-------------------------------------------+ -| integration-test | <> | -*------------------------+-------------------------------------------+ -| install | install | -*------------------------+-------------------------------------------+ -| deploy | deploy | -*------------------------+-------------------------------------------+ +*------------------------+-----------------------------------------------------------+ +| | | +*------------------------+-----------------------------------------------------------+ +| generate-sources | <>, <> | +*------------------------+-----------------------------------------------------------+ +| process-sources | <>, <> | +*------------------------+-----------------------------------------------------------+ +| process-resources | resources, <>, <> | +*------------------------+-----------------------------------------------------------+ +| compile | compile, <>, <>, <> | +*------------------------+-----------------------------------------------------------+ +| process-classes | <> | +*------------------------+-----------------------------------------------------------+ +| process-test-resources | testResources | +*------------------------+-----------------------------------------------------------+ +| test-compile | testCompile | +*------------------------+-----------------------------------------------------------+ +| process-test-classes | <> | +*------------------------+-----------------------------------------------------------+ +| test | test, <> | +*------------------------+-----------------------------------------------------------+ +| package | <>, jar | +*------------------------+-----------------------------------------------------------+ +| integration-test | <> | +*------------------------+-----------------------------------------------------------+ +| install | install | +*------------------------+-----------------------------------------------------------+ +| deploy | deploy | +*------------------------+-----------------------------------------------------------+ The NAR plugin attaches the nar files it produces to the main artifact (jar) so the standard -- cgit v1.2.3