This is an automated email from the ASF dual-hosted git repository.

michaelo 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 ef9f1332 Improve and link documentation for 
${project.build.outputTimestamp}
ef9f1332 is described below

commit ef9f1332760d9120daf48e20ece2e3a7bea0a283
Author: Michael Osipov <[email protected]>
AuthorDate: Wed Jan 4 14:01:32 2023 +0100

    Improve and link documentation for ${project.build.outputTimestamp}
---
 content/apt/guides/mini/guide-reproducible-builds.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt 
b/content/apt/guides/mini/guide-reproducible-builds.apt
index 7482eaac..b2b5ba2d 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -47,11 +47,11 @@ Configuring for Reproducible Builds
 mvn artifact:check-buildplan
 --------
 
- [[2]] Enable Reproducible Builds mode for plugins, by adding 
<<<project.build.outputTimestamp>>> property to the project's <<<pom.xml>>>:
+ [[2]] Enable Reproducible Builds mode for plugins, by adding 
{{{https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318#Reproducible/VerifiableBuilds-OutputArchiveEntriesTimestamp}<<<project.build.outputTimestamp>>>}}
 property to the project's <<<pom.xml>>>:
 
 +--------+
    <properties>
-     <project.build.outputTimestamp>10</project.build.outputTimestamp>
+     
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
    </properties>
 +--------+
 

Reply via email to