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

   > if anybody knows how to do a zip that does not contain any timestamp, I'm 
all ears open.
   
   The `jar` command-line does not create time-stamp entry. Using the standard 
`java.util.jar` tools from Java code neither. But Maven JAR plugin does not use 
the standard tools, or at least not directly. It seems to use a 
`org.apache.maven.archiver.MavenArchiver` and a 
`org.codehaus.plexus.archiver.jar.JarArchiver` class instead. I think that the 
creation of a timestamp is a "personal" initiative of Plexus or Maven archiver.


-- 
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