You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/09/08 09:19:13 UTC

[maven-archiver] branch master updated: sort entries in documentation for better readability

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-archiver.git


The following commit(s) were added to refs/heads/master by this push:
     new 47feff0  sort entries in documentation for better readability
47feff0 is described below

commit 47feff0e27fc240b2c5b5ad557e379a3482ae779
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Sep 8 11:19:09 2019 +0200

    sort entries in documentation for better readability
---
 src/site/xdoc/index.xml.vm | 62 +++++++++++++++++++++++-----------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/src/site/xdoc/index.xml.vm b/src/site/xdoc/index.xml.vm
index 68af2b9..65172dc 100644
--- a/src/site/xdoc/index.xml.vm
+++ b/src/site/xdoc/index.xml.vm
@@ -39,6 +39,9 @@
   &lt;compress/&gt;
   &lt;forced/&gt;
   &lt;index/&gt;
+  &lt;pomPropertiesFile/&gt;
+
+  &lt;manifestFile/&gt;
   &lt;<a href="#class_manifest">manifest</a>&gt;
     &lt;addClasspath/&gt;
     &lt;addDefaultEntries/&gt;
@@ -56,7 +59,6 @@
   &lt;manifestEntries&gt;
     &lt;key&gt;value&lt;/key&gt;
   &lt;/manifestEntries&gt;
-  &lt;manifestFile/&gt;
   &lt;manifestSections&gt;
     &lt;<a href="#class_manifestSection">manifestSection</a>&gt;
       &lt;name/&gt;
@@ -65,7 +67,6 @@
       &lt;/manifestEntries&gt;
     &lt;manifestSection/&gt;
   &lt;/manifestSections&gt;
-  &lt;pomPropertiesFile/&gt;
 &lt;/archive&gt;
       </source>
 
@@ -138,6 +139,22 @@
             <td></td>
           </tr>
           <tr>
+            <td>pomPropertiesFile</td>
+            <td>
+              Use this to override the auto created
+              <a href="#pom-properties-content">pom.properties</a> file
+              (only if <code>addMavenDescriptor</code> is set to <code>true</code>)
+            </td>
+            <td>File</td>
+            <td>2.3</td>
+          </tr>
+          <tr>
+            <td>manifestFile</td>
+            <td>With this you can supply your own manifest file.</td>
+            <td>File</td>
+            <td></td>
+          </tr>
+          <tr>
             <td><a href="#class_manifest">manifest</a></td>
             <td></td>
             <td></td>
@@ -150,30 +167,26 @@
             <td></td>
           </tr>
           <tr>
-            <td>manifestFile</td>
-            <td>With this you can supply your own manifest file.</td>
-            <td>File</td>
-            <td></td>
-          </tr>
-          <tr>
             <td><a href="#class_manifestSection">manifestSections</a></td>
             <td></td>
             <td></td>
             <td></td>
           </tr>
-          <tr>
-            <td>pomPropertiesFile</td>
-            <td>
-              Use this to override the auto created
-              <a href="#pom-properties-content">pom.properties</a> file
-              (only if <code>addMavenDescriptor</code> is set to <code>true</code>)
-            </td>
-            <td>File</td>
-            <td>2.3</td>
-          </tr>
         </table>
       </subsection>
 
+      <a name="pom-properties-content"/>
+      <subsection name="pom.properties content">
+        <p>
+          The auto created <code>pom.properties</code> file will contain the
+          following content:
+        </p>
+        <source>
+version=\${project.version}
+groupId=\${project.groupId}
+artifactId=\${project.artifactId}</source>
+      </subsection>
+
       <a name="class_manifest"/>
       <subsection name="manifest">
         <table>
@@ -344,19 +357,6 @@ Build-Os:  ${os.name} (${os.version}; (${os.arch})</source>
           </tr>
         </table>
       </subsection>
-
-      <a name="pom-properties-content"/>
-      <subsection name="pom.properties content">
-        <p>
-          The auto created <code>pom.properties</code> file will contain the
-          following content:
-        </p>
-        <source>
-version=\${project.version}
-groupId=\${project.groupId}
-artifactId=\${project.artifactId}
-        </source>
-      </subsection>
     </section>
   </body>
 </document>