desruisseaux commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372459322
I thought that we were talking about the content of the `MANIFEST.MF` file. The JAR files created by Maven contains an attribute like this one: ``` Built-On: 2024-09-24 13:49:32 ``` The JAR file created by the `jar` command line or the `java.util.jar` package does not, as can been seen with the following command: ``` unzip -p f.jar META-INF/MANIFEST.MF ``` -- 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