Howdy, The `.locks` directory is created by Resolver 2.x's file-lock factory, which is the default now in Resolver 2.x. Same factory is present in Resolver 1.9 too, but is not the default. This factory was used by mvnd 1.0.x only (explicitly used, while maven 3.9.x allowed users to configure it).
This means that we have some UT in the codebase that uses checkout `src/test/resources/....` directory as local repository during test, instead of reaching for their copies in target. Should be fixed. Thanks for all participants, will close the vote in few. Thanks T On Sat, 11 Jul 2026 at 19:26, <[email protected]> wrote: > > +1 (binding) (hboutemy) Hervé Boutemy > > [INFO] Reference build java.version: 21 (from MANIFEST.MF Build-Jdk-Spec) > [INFO] Reference build os.name: Unix (from pom.properties newline) > [ERROR] size mismatch apache-maven-3.10.0-rc-1-src.zip > [ERROR] size mismatch apache-maven-3.10.0-rc-1-src.tar.gz > [ERROR] [Reproducible Builds] rebuild comparison result: 78 files match, 2 > differ > > the small differences in src archives is: > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t00/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t01/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t04/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t05/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t06/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t07/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t08/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t09/.locks/ > │ -drwxr-xr-x 2.0 unx 0 b- stor 26-Jul-09 19:24 > apache-maven-3.10.0-rc-1/maven-compat/src/test/resources/inheritance-repo/t10/.locks/ > > I don't know where these empty directories come from > we have time to fix this small issue by the final release > > -- > Hervé Boutemy (hboutemy) > > This email was sent by [email protected] on the Apache Trusted Releases > platform > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
