You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2018/09/25 17:38:29 UTC

svn commit: r1841967 - in /maven/website/content: guides/introduction/introduction-to-the-lifecycle.html maven-site-1.0-site.jar pom.html

Author: svn-site-role
Date: Tue Sep 25 17:38:29 2018
New Revision: 1841967

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/introduction/introduction-to-the-lifecycle.html
    maven/website/content/maven-site-1.0-site.jar
    maven/website/content/pom.html

Modified: maven/website/content/guides/introduction/introduction-to-the-lifecycle.html
==============================================================================
--- maven/website/content/guides/introduction/introduction-to-the-lifecycle.html (original)
+++ maven/website/content/guides/introduction/introduction-to-the-lifecycle.html Tue Sep 25 17:38:29 2018
@@ -473,7 +473,7 @@
 <table border="1" class="table table-striped">
 <tr class="a">
 <td align="left"><tt>package</tt></td>
-<td align="left"><tt>site:attach-descriptor</tt></td></tr>
+<td align="left"></td></tr>
 <tr class="b">
 <td align="left"><tt>install</tt></td>
 <td align="left"><tt>install:install</tt></td></tr>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/pom.html
==============================================================================
--- maven/website/content/pom.html (original)
+++ maven/website/content/pom.html Tue Sep 25 17:38:29 2018
@@ -466,7 +466,7 @@ Display parameters as parsed by Maven (i
   &lt;version&gt;2.0&lt;/version&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
 &lt;/project&gt;</pre></div>
-<p>The <tt>packaging</tt> type required to be <tt>pom</tt> for <i>parent</i> and <i>aggregation</i> (multi-module) projects. These types define the goals bound to a set of lifecycle stages. For example, if packaging is <tt>jar</tt>, then the <tt>package</tt> phase will execute the <tt>jar:jar</tt> goal. If the packaging is <tt>pom</tt>, the goal executed will be <tt>site:attach-descriptor</tt>. Now we may add values to the parent POM, which will be inherited by its children. Most elements from the parent POM are inherited by its children, including:</p>
+<p>The <tt>packaging</tt> type required to be <tt>pom</tt> for <i>parent</i> and <i>aggregation</i> (multi-module) projects. These types define the goals bound to a set of lifecycle stages. For example, if packaging is <tt>jar</tt>, then the <tt>package</tt> phase will execute the <tt>jar:jar</tt> goal. Now we may add values to the parent POM, which will be inherited by its children. Most elements from the parent POM are inherited by its children, including:</p>
 <ul>
 <li>groupId</li>
 <li>version</li>