This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 82e7d76  use table headers for titles
82e7d76 is described below

commit 82e7d7665c62afb1e5cabce20b33599debb48752
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Mon Nov 5 23:12:47 2018 +0100

    use table headers for titles
---
 .../introduction/introduction-to-the-lifecycle.apt   | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt 
b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
index 430ef5d..07c277d 100644
--- a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
+++ b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
@@ -174,7 +174,7 @@ mvn clean dependency:copy-dependencies package
  goals to build phases of the default lifecycle.
 
 
*------------------------------+---------------------------------------------------------------------------------------+
-| <<Phase>>                    | <<Plugin:goal>>
+|| Phase                       || plugin:goal
 
*------------------------------+---------------------------------------------------------------------------------------+
 | <<<process-resources>>>      | <<<resources:resources>>>
 
*------------------------------+---------------------------------------------------------------------------------------+
@@ -290,6 +290,8 @@ mvn clean dependency:copy-dependencies package
 
   <<Clean Lifecycle>>
 
+*-------------------------------+---------------------------------------------------------------------------------------+
+|| Phase                        || Description
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<pre-clean>>>               | execute processes needed prior to the actual 
project cleaning
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -300,6 +302,8 @@ mvn clean dependency:copy-dependencies package
 
   <<Default Lifecycle>>
 
+*-------------------------------+---------------------------------------------------------------------------------------+
+|| Phase                        || Description
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<validate>>>                | validate the project is correct and all 
necessary information is available.
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -350,6 +354,8 @@ mvn clean dependency:copy-dependencies package
 
   <<Site Lifecycle>>
 
+*-------------------------------+---------------------------------------------------------------------------------------+
+|| Phase                        || Description
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<pre-site>>>                | execute processes needed prior to the actual 
project site generation
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -370,7 +376,7 @@ mvn clean dependency:copy-dependencies package
 ** Clean Lifecycle Bindings
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<Phase>>                     | <<Plugin:goal>>
+|| Phase                        || plugin:goal
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<clean>>>                   | <<<clean:clean>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -378,7 +384,7 @@ mvn clean dependency:copy-dependencies package
 ** Default Lifecycle Bindings - Packaging <<<ejb>>> / <<<ejb3>>> / <<<jar>>> / 
<<<par>>> / <<<rar>>> / <<<war>>>
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<Phase>>                     | <<Plugin:goal>>
+|| Phase                        || plugin:goal
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<process-resources>>>       | <<<resources:resources>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -400,7 +406,7 @@ mvn clean dependency:copy-dependencies package
 ** Default Lifecycle Bindings - Packaging <<<ear>>>
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<Phase>>                     | <<Plugin:goal>>
+|| Phase                        || plugin:goal
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<generate-resources>>>      | <<<ear:generate-application-xml>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -416,7 +422,7 @@ mvn clean dependency:copy-dependencies package
 ** Default Lifecycle Bindings - Packaging <<<maven-plugin>>>
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<Phase>>                     | <<Plugin:goal>>
+|| Phase                        || plugin:goal
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<generate-resources>>>      | <<<plugin:descriptor>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -440,7 +446,7 @@ mvn clean dependency:copy-dependencies package
 ** Default Lifecycle Bindings - Packaging <<<pom>>>
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<Phase>>                     | <<Plugin:goal>> (empty implies that there is 
no goal associated with this phase)
+|| Phase                        || plugin:goal
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<package>>>                 |
 
*-------------------------------+--------------------------------------------------------------------------------------+
@@ -452,7 +458,7 @@ mvn clean dependency:copy-dependencies package
 ** Site Lifecycle Bindings
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<Phase>>                     | <<Plugin:goal>>
+|| Phase                        || plugin:goal
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<site>>>                    | <<<site:site>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+

Reply via email to