Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 391DB200AC5 for ; Sun, 22 May 2016 00:56:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 37ACA160A26; Sat, 21 May 2016 22:56:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A3C3D160A04 for ; Sun, 22 May 2016 00:56:14 +0200 (CEST) Received: (qmail 43324 invoked by uid 500); 21 May 2016 22:56:13 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 43311 invoked by uid 99); 21 May 2016 22:56:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2016 22:56:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7DD652C1F5D for ; Sat, 21 May 2016 22:56:13 +0000 (UTC) Date: Sat, 21 May 2016 22:56:13 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MSHARED-494) Impossible to generate a reproducible build due to timestamp in pom.properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 21 May 2016 22:56:15 -0000 [ https://issues.apache.org/jira/browse/MSHARED-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-494: ----------------------------------- Fix Version/s: maven-archiver-3.0.3 > Impossible to generate a reproducible build due to timestamp in pom.properties > ------------------------------------------------------------------------------ > > Key: MSHARED-494 > URL: https://issues.apache.org/jira/browse/MSHARED-494 > Project: Maven Shared Components > Issue Type: Bug > Components: maven-archiver > Affects Versions: maven-archiver-3.0.0 > Reporter: Emanuele Tagliaferri > Priority: Minor > Fix For: maven-archiver-3.0.3 > > > Try to making a pom for do a reproducible build, meaning by reproducible build the ability to produce the exact same artifact (same checksum) starting from the same code, a two different times, i had some trouble with the files generated in: /META-INF/maven/groupId/artifactId/ > in the specific the /META-INF/maven/groupId/artifactId/pom.properties contains the timestamp. > digging in the code in the class: http://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-3.0.0/src/main/java/org/apache/maven/archiver/PomPropertiesUtil.java?revision=1708674&view=markup > line 86 > is used the java.util.Properties#store which write the timestamp in any case. -- This message was sent by Atlassian JIRA (v6.3.4#6332)