You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Zlika (JIRA)" <ji...@apache.org> on 2017/10/07 13:03:00 UTC

[jira] [Commented] (MSHARED-494) Impossible to generate a reproducible build due to timestamp in pom.properties

    [ https://issues.apache.org/jira/browse/MSHARED-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195681#comment-16195681 ] 

Zlika commented on MSHARED-494:
-------------------------------

Hello,
You can have a look at https://issues.apache.org/jira/browse/MNG-6276 and https://github.com/Zlika/reproducible-build-maven-plugin for reproducible builds.

> 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
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: maven-archiver-3.1.0
>
>
> 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.4.14#64029)