[ https://issues.apache.org/jira/browse/MNG-8258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892402#comment-17892402 ]
Andreas Höhmann commented on MNG-8258: -------------------------------------- Just a little hint because I found this "relation" right now while I'm working on [https://github.com/qoomon/maven-git-versioning-extension/issues/340] :) There is another "special" value for the "project.build.outputTimestamp" in the springboot-maven-plugin. They decide to accept also "off" here :) [https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildInfoMojo.java#L81] > activate Reproducible Builds by default > --------------------------------------- > > Key: MNG-8258 > URL: https://issues.apache.org/jira/browse/MNG-8258 > Project: Maven > Issue Type: New Feature > Components: Core > Affects Versions: 3.9.9, 4.0.0-beta-4 > Reporter: Herve Boutemy > Assignee: Herve Boutemy > Priority: Major > Fix For: 3.9.x-candidate, 4.0.0-beta-5 > > > Reproducible Builds is a good practice that is easy to enable: it would be > nice to enable it by default, and have projects > - either disable it > ({{<project.build.outputTimestamp>x</project.build.outputTimestamp>}}) if > they really have a problem with the default Reproducible behaviour > - or customize locally the value of the default Maven core-provided > timestamp, to have a project-specific value -- This message was sent by Atlassian Jira (v8.20.10#820010)