Hi Hans, Am Mittwoch, 22. Oktober 2025, 01:45:06 Mitteleuropäische Sommerzeit schrieb Hans Aikema: > > Op 22 okt 2025 om 00:00 heeft Jörg Schaible > > <[email protected]> het volgende geschreven: > > > > HI, > > > > currently I try to upgrade the maven-javadoc-plugin from version 3.2.0 to > > 3.12.0, but with the new version the build fails:
[snip] > > Has someone a clue, what the Maven archiver tries toparse here and why > > this is caused now? > > My gut feel: your project is instructing maven to create a reproducible > build > > https://maven.apache.org/guides/mini/guide-reproducible-builds.html > > with an instructed build timestamp (property project.build.outputTimestamp) > that falls outside the range of supported timestamps by the maven archiver > (as the zip file format does not support those timestamps) Thanks for the pointer. This was actually a user provided PR 6 years ago and at that time the value of the outputTimeStamp was simply set to 1. I was not aware of the property's usage. What's the best practice? Using ${maven.build.timestamp} somewhat counteracts the purpose... ;-) Regards, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
