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 2023/01/04 15:38:28 UTC

[maven-site] branch master updated: make link more visible

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 169c6169 make link more visible
169c6169 is described below

commit 169c61695a77191d01a8da8911812f8b96798819
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jan 4 16:38:24 2023 +0100

    make link more visible
---
 content/apt/guides/mini/guide-reproducible-builds.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt b/content/apt/guides/mini/guide-reproducible-builds.apt
index b2b5ba2d..f2627954 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -47,7 +47,7 @@ Configuring for Reproducible Builds
 mvn artifact:check-buildplan
 --------
 
- [[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>>>:
+ [[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>