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

papegaaij pushed a commit to branch wicket-7090
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 83fc5fedfb592b2be532c28472bbd9a539167dbd
Author: Emond Papegaaij <emond.papega...@topicus.nl>
AuthorDate: Thu Jan 4 11:09:22 2024 +0100

    WICKET-7090: add outputTimestamp property to enable reproducible builds
    
    In addition to reprocible builds, this should also result in timestamps
    being set on files in jars.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 61ac4d5104..b4ef68c01c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,8 @@
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
+               
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+
                <javadoc.additionalJOption />
                
<javadoc.jdk.apidocs.link>https://docs.oracle.com/en/java/javase/${java.specification.version}/docs/api/</javadoc.jdk.apidocs.link>
 

Reply via email to