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 e07baa5  added headers to the tables to be more specific
e07baa5 is described below

commit e07baa5b22f6643a62b517fe2729d584887a62a7
Author: Pradeep <pradeep.anc...@yahoo.com>
AuthorDate: Mon Nov 5 20:40:19 2018 +0530

    added headers to the tables to be more specific
---
 .../guides/introduction/introduction-to-the-lifecycle.apt  | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt 
b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
index c710b8c..430ef5d 100644
--- a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
+++ b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
@@ -174,6 +174,8 @@ mvn clean dependency:copy-dependencies package
  goals to build phases of the default lifecycle.
 
 
*------------------------------+---------------------------------------------------------------------------------------+
+| <<Phase>>                    | <<Plugin:goal>>
+*------------------------------+---------------------------------------------------------------------------------------+
 | <<<process-resources>>>      | <<<resources:resources>>>
 
*------------------------------+---------------------------------------------------------------------------------------+
 | <<<compile>>>                | <<<compiler:compile>>>
@@ -368,12 +370,16 @@ mvn clean dependency:copy-dependencies package
 ** Clean Lifecycle Bindings
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
+| <<Phase>>                     | <<Plugin:goal>>
+*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<clean>>>                   | <<<clean:clean>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
 
 ** Default Lifecycle Bindings - Packaging <<<ejb>>> / <<<ejb3>>> / <<<jar>>> / 
<<<par>>> / <<<rar>>> / <<<war>>>
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
+| <<Phase>>                     | <<Plugin:goal>>
+*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<process-resources>>>       | <<<resources:resources>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<compile>>>                 | <<<compiler:compile>>>
@@ -394,6 +400,8 @@ mvn clean dependency:copy-dependencies package
 ** Default Lifecycle Bindings - Packaging <<<ear>>>
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
+| <<Phase>>                     | <<Plugin:goal>>
+*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<generate-resources>>>      | <<<ear:generate-application-xml>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<process-resources>>>       | <<<resources:resources>>>
@@ -408,6 +416,8 @@ mvn clean dependency:copy-dependencies package
 ** Default Lifecycle Bindings - Packaging <<<maven-plugin>>>
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
+| <<Phase>>                     | <<Plugin:goal>>
+*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<generate-resources>>>      | <<<plugin:descriptor>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<process-resources>>>       | <<<resources:resources>>>
@@ -430,6 +440,8 @@ 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)
+*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<package>>>                 |
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<install>>>                 | <<<install:install>>>
@@ -440,6 +452,8 @@ mvn clean dependency:copy-dependencies package
 ** Site Lifecycle Bindings
 
 
*-------------------------------+--------------------------------------------------------------------------------------+
+| <<Phase>>                     | <<Plugin:goal>>
+*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<site>>>                    | <<<site:site>>>
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<site-deploy>>>             | <<<site:deploy>>>

Reply via email to