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 2019/11/03 15:23:49 UTC

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

Author: svn-site-role
Date: Sun Nov  3 15:23:48 2019
New Revision: 1869335

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 Sun Nov  3 15:23:48 2019
@@ -183,8 +183,12 @@
 <ul>
 <li>require to have <b>no version ranges</b> in dependencies,</li>
 <li>generally give <b>different result on Windows vs Unixes</b> because of newline (CRLF on Windows, LF on Unixes),</li>
-<li>and generally depend on the <b>major version of JDK</b> used to compile</li></ul>
-<p>For detailed explanations, see <a class="externalLink" href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318">Maven &quot;Reproducible/Verifiable Builds&quot; Wiki page</a>.</p></section></section>
+<li>and generally depend on the <b>major version of JDK</b> used to compile (even with source/target defined, each major JDK version changes generated bytecode)</li></ul>
+<p>For detailed explanations, see <a class="externalLink" href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318">Maven &quot;Reproducible/Verifiable Builds&quot; Wiki page</a>.</p></section><section>
+<h3><a name="FAQ"></a>FAQ</h3>
+<ul>
+<li>Q. can <code>project.build.outputTimestamp</code> property be updated automatically at release time?
+<p>A. this should be available in a future maven-release-plugin version: see <a class="externalLink" href="https://issues.apache.org/jira/browse/MRELEASE-1029">MRELEASE-1029</a></p></li></ul></section></section>
         </main>
       </div>
     </div>

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