[
https://issues.apache.org/jira/browse/SLING-8951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17011809#comment-17011809
]
Konrad Windszus commented on SLING-8951:
----------------------------------------
Yes, further hints are available at https://maven.apache.org/pom/asf/. This is
enabled by default now for every project having this version as parent. You can
further tweak by locally setting
{code}
<properties>
<project.build.outputTimestamp>2019-10-02T08:04:00Z</project.build.outputTimestamp>
</properties>
{code}
Then the timestamp will be adjusted by the maven-release-plugin with every
release. Do we need any documentation around this somewhere?
> Enable reproducible builds by default
> -------------------------------------
>
> Key: SLING-8951
> URL: https://issues.apache.org/jira/browse/SLING-8951
> Project: Sling
> Issue Type: Improvement
> Components: General
> Affects Versions: Parent 35
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: Parent 36, Bundle Parent 36
>
>
> Recently all relevant Maven plugins have been updated to support reproducible
> builds (https://maven.apache.org/guides/mini/guide-reproducible-builds.html).
> The new ASF parent 22 will manage those versions
> (https://github.com/apache/maven-apache-parent/blob/master/pom.xml).
> Also there is a flag for bnd for this
> (https://github.com/bndtools/bnd/issues/3521).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)