Re: [HEADS UP] Maven 3.9.2 is around the corner

2023-04-22 Thread Michael Osipov
Am 2023-04-22 um 21:36 schrieb Jeremy Landis: Thank you, Tamas! That did the trick. Thank you for detailed explanation of what is going on. I simply added to maven.config -Daether.connector.smartChecksums=false And now it is doing exactly what I got when maven 3.8.x and before. I do have

Re: [HEADS UP] Maven 3.9.2 is around the corner

2023-04-22 Thread Tamás Cservenák
Just ftr, am updating resolver site, go thru it, it may contain relevant info for you (is still wip) https://github.com/apache/maven-resolver/pull/281 On Sat, Apr 22, 2023, 21:37 Jeremy Landis wrote: > Thank you, Tamas! That did the trick. Thank you for detailed explanation > of what is going

RE: [HEADS UP] Maven 3.9.2 is around the corner

2023-04-22 Thread Jeremy Landis
Thank you, Tamas! That did the trick. Thank you for detailed explanation of what is going on. I simply added to maven.config -Daether.connector.smartChecksums=false And now it is doing exactly what I got when maven 3.8.x and before. I do have the checksums algorithms set as indicated and pe

Re: [HEADS UP] Maven 3.9.2 is around the corner

2023-04-22 Thread Tamás Cservenák
Verified, and as I assumed: it works Jeremy, but there are other things that may end up in unexpected results. I tested locally, and "it works for me": $ mvn -s settings.xml dependency:resolve -Daether.checksums.algorithms=SHA-512,SHA-256,SHA-1,MD5 -Daether.connector.smartChecksums=false $ tree l