summaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-21 14:58:47 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-21 14:58:47 +0200
commit7396da3bdfd34c03e92a88f91be526106bd737c6 (patch)
treefbb1d328a6ebb34f44593fb6ceb44722769181dc /src/site
parentba12beea79817971caa6f0c9a6e9afa3afde7fa4 (diff)
downloadmaven-nar-plugin-7396da3bdfd34c03e92a88f91be526106bd737c6.tar.gz
maven-nar-plugin-7396da3bdfd34c03e92a88f91be526106bd737c6.tar.bz2
maven-nar-plugin-7396da3bdfd34c03e92a88f91be526106bd737c6.tar.xz
maven-nar-plugin-7396da3bdfd34c03e92a88f91be526106bd737c6.zip
Fixed NAR-82; Better fix for NAR-77
Diffstat (limited to 'src/site')
-rw-r--r--src/site/apt/lifecycle.apt58
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