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

[maven-site] branch master updated: improvements

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


The following commit(s) were added to refs/heads/master by this push:
     new d331431  improvements
d331431 is described below

commit d331431416a9d217922a50733bc06b5a8c5c2349
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Nov 3 16:23:07 2019 +0100

    improvements
---
 content/apt/guides/mini/guide-reproducible-builds.apt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt b/content/apt/guides/mini/guide-reproducible-builds.apt
index e501c7d..2ee4bd8 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -68,9 +68,14 @@ Configuring for Reproducible Builds
 
  * generally give <<different result on Windows vs Unixes>> because of newline (CRLF on Windows, LF on Unixes),
 
- * and generally depend on the <<major version of JDK>> used to compile
+ * and generally depend on the <<major version of JDK>> used to compile (even with source/target defined, each major JDK version changes generated bytecode)
 
  []
 
  For detailed explanations, see {{{https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318}Maven "Reproducible/Verifiable Builds" Wiki page}}.
 
+* FAQ
+
+ * Q. can <<<project.build.outputTimestamp>>> property be updated automatically at release time?
+
+   A. this should be available in a future maven-release-plugin version: see {{{https://issues.apache.org/jira/browse/MRELEASE-1029}MRELEASE-1029}}