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


The following commit(s) were added to refs/heads/master by this push:
     new 969f474e MSITE-1018, RAT-397: overwrite timestamp to get current 
timestamp
969f474e is described below

commit 969f474e82aa7ef9082d1156d777b7e7b42ac3e3
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Oct 14 23:20:12 2024 +0200

    MSITE-1018, RAT-397: overwrite timestamp to get current timestamp
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 80b49913..94a562ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,9 @@ agnostic home for software distribution comprehension and 
audit tools.
   <inceptionYear>2006</inceptionYear>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <!-- taken from 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
+    <!-- MSITE-1018, RAT-397: nil out timestamp in order to get current build 
timestamp -->
+    <project.build.outputTimestamp>a</project.build.outputTimestamp>
     <ant.version>1.10.15</ant.version>
     <mockito.version>4.11.0</mockito.version>
     <javaVersion>1.8</javaVersion>

Reply via email to