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/10/19 17:24:39 UTC

[maven-archiver] branch master updated: MSHARED-834 added documentation

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 73c5ee5  MSHARED-834 added documentation
73c5ee5 is described below

commit 73c5ee5932c30bcb4da74c79a35740d3714db0aa
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Oct 19 19:24:35 2019 +0200

    MSHARED-834 added documentation
---
 src/site/xdoc/index.xml.vm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/index.xml.vm b/src/site/xdoc/index.xml.vm
index 53ed6e7..5b9e89e 100644
--- a/src/site/xdoc/index.xml.vm
+++ b/src/site/xdoc/index.xml.vm
@@ -182,9 +182,9 @@
           following content:
         </p>
         <source>
-version=\${project.version}
+artifactId=\${project.artifactId}
 groupId=\${project.groupId}
-artifactId=\${project.artifactId}</source>
+version=\${project.version}</source>
       </subsection>
 
       <a name="class_manifest"/>
@@ -212,6 +212,8 @@ artifactId=\${project.artifactId}</source>
               <source>
 Created-By: Maven Archiver ${maven-archiver.version}
 Build-Jdk-Spec: ${java.specification.version}</source>
+              Since 3.5.0, the default value of <code>Created-By</code> entry can be overridden using
+              <a href="./apidocs/org/apache/maven/archiver/MavenArchiver.html">MavenArchiver.setCreatedBy(...)</a> API.<br />
               The default value is <code>true</code>.
             </td>
             <td>boolean</td>