You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2019/11/18 12:52:00 UTC

[jira] [Comment Edited] (FELIX-6203) Make bundleplugin pom.proterties reproducible

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

Guillaume Nodet edited comment on FELIX-6203 at 11/18/19 12:51 PM:
-------------------------------------------------------------------

I think it may be preferable to use a plugin configuration property and have it default to {{${env.SOURCE_DATE_EPOCH}}} instead of referring to the environment variable in the code directly.


was (Author: gnt):
I think it may be preferable to use a plugin configuration property and have it default to `${env.SOURCE_DATE_EPOCH}` instead of referring to the environment variable in the code directly.

> Make bundleplugin pom.proterties reproducible
> ---------------------------------------------
>
>                 Key: FELIX-6203
>                 URL: https://issues.apache.org/jira/browse/FELIX-6203
>             Project: Felix
>          Issue Type: Improvement
>            Reporter: Bernhard M. Wiedemann
>            Priority: Major
>
> For reproducible builds, we want to be able to produce the same results from the same inputs.
> However the pom.properties file generted by maven-plugin-bundle varied across builds, because it contains a timestamp.
> [https://github.com/apache/felix/pull/209] fixes this for us.
> The alternative approach would be to drop the timestamp, if it is not needed.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)