Author: svn-site-role
Date: Tue Apr  2 06:26:58 2024
New Revision: 1916732

Log:
Site checkin for project Apache Maven Site

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

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 Tue Apr  2 
06:26:58 2024
@@ -207,7 +207,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, like 
<code>${git.commit.time}</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>
+<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>${git.commit.time}</code> from <a class="externalLink" 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin";>git-commit-id-maven-plugin</a>
 (with <code>&lt;dateFormatTimeZone&gt;UTC&lt;/dateFormatTimeZone&gt;</code> to 
be independent from user's timezone).</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.


Reply via email to