jira-importer commented on issue #180: URL: https://github.com/apache/maven-jar-plugin/issues/180#issuecomment-2956676263
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented IIUC, the plugin does not fail with ``` <project.build.outputTimestamp>2024-03-06T19:57:04Z</project.build.outputTimestamp> ``` but it fails with ``` <project.build.outputTimestamp>20240306</project.build.outputTimestamp> ``` = when user defines EPOCH style value (no real need for maven.build.timestamp.format nor ${maven.build.timestamp}) I just tested on a project and I confirm: EPOCH style values make the plugin fail -- 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]
