Re: Maven archiver 3.6.3 no longer accepts valid unix epoch datetime

2025-01-19 Thread Delany
Ok thanks that's the issue. But is it my problem? Its not obvious how to remediate. So I offer this fix https://github.com/apache/maven-archiver/pull/86/files Delany On Sun, 19 Jan 2025 at 15:47, Jorge Solórzano wrote: > This is due to a limitation of MS-DOS time limitation in zip files: > https

Re: Maven archiver 3.6.3 no longer accepts valid unix epoch datetime

2025-01-19 Thread Jorge Solórzano
This is due to a limitation of MS-DOS time limitation in zip files: https://issues.apache.org/jira/browse/MSHARED-1446 On Sun, Jan 19, 2025 at 2:09 PM Delany wrote: > Hi, > > I updated maven-remote-resource-plugin from 3.2.0 to 3.3.0 and now my build > fails with: > '1970-08-23T09:01:59Z' is not

Maven archiver 3.6.3 no longer accepts valid unix epoch datetime

2025-01-19 Thread Delany
Hi, I updated maven-remote-resource-plugin from 3.2.0 to 3.3.0 and now my build fails with: '1970-08-23T09:01:59Z' is not within the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z August 1970 is within this Unix epoch so what's the problem? Something special about 1980-01-01T00:00:02Z d