Hi Gary, On Sun, 1 Oct 2023 at 14:20, Gary Gregory <garydgreg...@gmail.com> wrote: > > [Note to reviewers: You MUST review a src package, not a git tag.] > > -1: Failure running 'mvn clean verify'
Nice catch. The problem comes from the modification date of each file in the source archive (i.e. start of the epoch). In this case the Maven Resources Plugin fails to copy `src/main/resources/log4j-changelog.xsd` to `target/classes/log4j-changelog.xsd`, because the source modification date is 0, while the destination modification date is 0 (the file does not exist). Granted that this seems like a bug in the Maven Resources Plugin, but we should fix the modification dates in the archive. I am also voting -1. Piotr