Hi, I used to prepared a new test build for Apache Struts 2.5.23 and one of our committers noticed that the timestamps in the assemblies (zip files with libs, src, etc) have been set to a strange date from January. After investigating further we found the core issue [1] - as we use Apache Master Pom ver. 22 and we do not set outputTimestamp in project's parent pom, the value was inherited from [1].
My question is: what should we do? Do we need to manually set the outputTimestamp each time we are preparing a build as shown here [2]? Is there a way to generate this timestamp automatically when a new release is prepared and tagged? [1] https://github.com/apache/maven-apache-parent/blob/apache-22/pom.xml#L95 [2] https://maven.apache.org/guides/mini/guide-reproducible-builds.html Thanks in advance Łukasz --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org