This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new 5e1e643 WHISKER-33: Make build reproducable and keep site build
timestamp current
5e1e643 is described below
commit 5e1e643d2abd3855e9845b3afe9a17e3c45118c6
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Mar 22 11:13:06 2026 +0100
WHISKER-33: Make build reproducable and keep site build timestamp current
---
pom.xml | 9 +++++----
src/changes/changes.xml | 3 +++
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4be86fd..02246ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,9 +124,8 @@
<log4j2.version>2.25.3</log4j2.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<target.jdk>1.8</target.jdk>
- <!-- taken from
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <!-- MSITE-1018, WHISKER-26: nil out timestamp in order to get current
build timestamp -->
- <project.build.outputTimestamp>a</project.build.outputTimestamp>
+ <!-- taken from
https://maven.apache.org/guides/mini/guide-reproducible-builds.html, updated by
maven-release-plugin -->
+
<project.build.outputTimestamp>2022-10-22T23:25:45Z</project.build.outputTimestamp>
<junit.version>4.13.2</junit.version>
<!-- This is the version of Maven required to use the Maven Plugin for
this project -->
<mavenVersion>3.0.5</mavenVersion>
@@ -269,7 +268,7 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.9.0</version>
</plugin>
-<!-- Disabled until
https://github.com/apache/maven-changelog-plugin/issues/200 is fixed
+ <!-- Disabled until
https://github.com/apache/maven-changelog-plugin/issues/200 is fixed
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
@@ -306,6 +305,8 @@
<configuration>
<outputEncoding>${project.build.sourceEncoding}</outputEncoding>
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
+ <!-- WHISKER-33 keep site generation timestamp instead of release
timestamp -->
+ <outputTimestamp>x</outputTimestamp>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 549c824..1fb9a0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@ The <action> type attribute can be: add,update,fix,remove.
</release>
-->
<release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="WHISKER-33" type="add" dev="pottlinger">
+ Enable reproducible build and keep a changing timestamp for webpage
generation.
+ </action>
<action issue="WHISKER-32" type="add" dev="pottlinger">
Adapt download page to comply with current ASF rules, checksums are
not downloaded via CDN, but downloads.apache.org directly.
</action>