You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/09/16 15:44:27 UTC

[aries-cdi] 02/02: add reproducible build property

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git

commit de11b07b5d15709c5b643db100d8623bfce5e522
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Thu Sep 16 11:39:30 2021 -0400

    add reproducible build property
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 68355a0..f67bd88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,8 @@
 		<maven.site.deploy.skip>true</maven.site.deploy.skip>
 		<bnd.baseline.skip>false</bnd.baseline.skip>
 
+		<project.build.outputTimestamp>1</project.build.outputTimestamp>
+
 		<!-- Versions -->
 		<bnd.version>5.3.0</bnd.version>
 		<byte.buddy.version>1.11.15</byte.buddy.version>