diff options
Diffstat (limited to 'src/site/apt')
-rw-r--r-- | src/site/apt/lifecycle.apt | 58 |
1 files changed, 29 insertions, 29 deletions
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. -*------------------------+-------------------------------------------+ -| <Phase> | <Goals (NAR Goals in bold)> | -*------------------------+-------------------------------------------+ -| generate-sources | <<nar-download>>, <<nar-system-generate>> | -*------------------------+-------------------------------------------+ -| process-sources | <<nar-unpack>>, <<nar-gnu-configure>> | -*------------------------+-------------------------------------------+ -| process-resources | resources, <<nar-resources>> | -*------------------------+-------------------------------------------+ -| compile | compile, <<nar-javah>>, <<nar-gnu-make>> | -*------------------------+-------------------------------------------+ -| process-classes | <<nar-compile>>, <<nar-gnu-process>> | -*------------------------+-------------------------------------------+ -| process-test-resources | testResources | -*------------------------+-------------------------------------------+ -| test-compile | testCompile | -*------------------------+-------------------------------------------+ -| process-test-classes | <<nar-testCompile>> | -*------------------------+-------------------------------------------+ -| test | test, <<nar-test>> | -*------------------------+-------------------------------------------+ -| package | <<nar-package>>, jar | -*------------------------+-------------------------------------------+ -| integration-test | <<nar-integration-test>> | -*------------------------+-------------------------------------------+ -| install | install | -*------------------------+-------------------------------------------+ -| deploy | deploy | -*------------------------+-------------------------------------------+ +*------------------------+-----------------------------------------------------------+ +| <Phase> | <Goals (NAR Goals in bold)> | +*------------------------+-----------------------------------------------------------+ +| generate-sources | <<nar-download>>, <<nar-system-generate>> | +*------------------------+-----------------------------------------------------------+ +| process-sources | <<nar-unpack>>, <<nar-gnu-configure>> | +*------------------------+-----------------------------------------------------------+ +| process-resources | resources, <<nar-resources>>, <<nar-gnu-resources>> | +*------------------------+-----------------------------------------------------------+ +| compile | compile, <<nar-javah>>, <<nar-gnu-make>>, <<nar-compile>> | +*------------------------+-----------------------------------------------------------+ +| process-classes | <<nar-gnu-process>> | +*------------------------+-----------------------------------------------------------+ +| process-test-resources | testResources | +*------------------------+-----------------------------------------------------------+ +| test-compile | testCompile | +*------------------------+-----------------------------------------------------------+ +| process-test-classes | <<nar-testCompile>> | +*------------------------+-----------------------------------------------------------+ +| test | test, <<nar-test>> | +*------------------------+-----------------------------------------------------------+ +| package | <<nar-package>>, jar | +*------------------------+-----------------------------------------------------------+ +| integration-test | <<nar-integration-test>> | +*------------------------+-----------------------------------------------------------+ +| install | install | +*------------------------+-----------------------------------------------------------+ +| deploy | deploy | +*------------------------+-----------------------------------------------------------+ The NAR plugin attaches the nar files it produces to the main artifact (jar) so the standard |