gnodet opened a new pull request, #401:
URL: https://github.com/apache/maven-archiver/pull/401

   Fixes https://github.com/apache/maven-jar-plugin/issues/595
   
   When `project.build.outputTimestamp` resolves to a date before `DATE_MIN` 
(1980-01-01T00:00:02Z) — for example when `SOURCE_DATE_EPOCH=0` is set — emit a 
warning and clamp to `DATE_MIN` instead of failing the build.
   
   `SOURCE_DATE_EPOCH=0` is a common reproducible-build convention used by 
Debian and many Apache projects. Rejecting it with a confusing error message 
breaks their builds silently.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to