ppkarwasz commented on PR #3467: URL: https://github.com/apache/logging-log4j2/pull/3467#issuecomment-2667731055
> @vy Just did a new clone of the full repo, into a new directory. Verified that it's the 2.x branch. Running `./mvnw install -DskipTests` produced the following errror. > > ``` > oshsmith@Joshs-Macbook-Air-2024 log4j-temp % ./mvnw install -DskipTests > Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. > If you updated your Maven version, you need to update the specified distributionSha256Sum property. > joshsmith@Joshs-Macbook-Air-2024 log4j-temp % > ``` Try removing the `~/.m2/wrapper` folder. It is just a cache. In `main` we did have a `script` Maven Wrapper shell script, in `2.x` we have the more recent `only-script` version. Maybe they are incompatible. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org