summaryrefslogtreecommitdiff
path: root/src/site/apt/lifecycle.apt
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/apt/lifecycle.apt')
-rw-r--r--src/site/apt/lifecycle.apt18
1 files changed, 18 insertions, 0 deletions
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
*------------------------+-----------------------------------------------------------+
| <Phase> | <Goals (NAR Goals in bold)> |
*------------------------+-----------------------------------------------------------+
+| validate | <<nar-validate>> |
+*------------------------+-----------------------------------------------------------+
+| initialize | |
+*------------------------+-----------------------------------------------------------+
| generate-sources | <<nar-download>>, <<nar-system-generate>> |
*------------------------+-----------------------------------------------------------+
+| generate-resources | |
+*------------------------+-----------------------------------------------------------+
| process-sources | <<nar-unpack>>, <<nar-gnu-configure>> |
*------------------------+-----------------------------------------------------------+
| process-resources | resources, <<nar-resources>>, <<nar-gnu-resources>> |
@@ -24,6 +30,12 @@ standard maven goals) attached to them. The order is left to right, top to botto
*------------------------+-----------------------------------------------------------+
| process-classes | <<nar-gnu-process>> |
*------------------------+-----------------------------------------------------------+
+| 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 | <<nar-package>>, jar |
*------------------------+-----------------------------------------------------------+
+| pre-integration-test | |
+*------------------------+-----------------------------------------------------------+
| integration-test | <<nar-integration-test>> |
*------------------------+-----------------------------------------------------------+
+| post-integration-test | |
+*------------------------+-----------------------------------------------------------+
+| verify | |
+*------------------------+-----------------------------------------------------------+
| install | install |
*------------------------+-----------------------------------------------------------+
| deploy | deploy |