laeubi commented on PR #1726:
URL: https://github.com/apache/maven/pull/1726#issuecomment-2373064172

   > quite works, but complex and does not give one simple workflow: as a 
developer, I want to build my source code twice and get the same output (which 
will also help build-cache)
   
   To be honest I never wanted that in the last 10+years :-D
   
   Also if it is really about zip time stamps then I thing it is really 
something that should be handled in the jar-plugin (or even archiver 
component), e.g. for me a more sensible default would be to use the last 
modification time of the oldest file (there are even options to [sync git time 
with local time](https://stackoverflow.com/a/13284229/9503281)) and maybe give 
a warning that it is not 100% portable (what is even not the case for 
Linux/Windows or different JVMs already anyways).


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to