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 2022/04/03 21:39:40 UTC

svn commit: r1899539 - in /maven/website/content: apache-maven.pdf guides/mini/guide-reproducible-builds.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sun Apr  3 21:39:39 2022
New Revision: 1899539

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/apache-maven.pdf
    maven/website/content/guides/mini/guide-reproducible-builds.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/apache-maven.pdf
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/guides/mini/guide-reproducible-builds.html
==============================================================================
--- maven/website/content/guides/mini/guide-reproducible-builds.html (original)
+++ maven/website/content/guides/mini/guide-reproducible-builds.html Sun Apr  3 21:39:39 2022
@@ -201,7 +201,7 @@
 <ul>
 <li>if you use <a href="/plugins/maven-release-plugin/">maven-release-plugin</a>, you'll need <b>version 3.0.0-M1 or later</b>: it will automatically update the timestamp value in <code>pom.xml</code> during the release in the same commit that updates version,</li>
 <li>if you have a custom release process tooling, you'll need to add the feature to your release tooling. Notice that if you're using <code>versions-maven-plugin</code> in custom release scripts, starting with release 2.9.0, <a class="externalLink" href="https://github.com/mojohaus/versions-maven-plugin/issues/453"><code>versions:set</code> goal updates the property</a>.</li>
-<li>instead of explicitely writing a timestamp in their <code>pom.xml</code>, some people tend to prefer using last Git commit timestamp.</li></ul></li></ul>
+<li>instead of explicitely writing a timestamp in their <code>pom.xml</code>, some people tend to prefer using last Git commit timestamp, like <code>$<a name="git.commit.time">git.commit.time</a></code> from <a class="externalLink" href="https://github.com/git-commit-id/git-commit-id-maven-plugin">git-commit-id-maven-plugin</a>.</li></ul></li></ul>
 <p>Don't hesitate to share your questions or solutions on <a href="/mailing-lists.html">user mailing-list</a>.</p>
 <ul>
 <li>Q. Which additional plugins need to be updated for Reproducible Builds?

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