jesmith17 commented on PR #3467: URL: https://github.com/apache/logging-log4j2/pull/3467#issuecomment-2667316817
@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 % ``` even trying to run a command like `./mvnw --version` returns the same error. In trying to see if I could manually view the sha256 for the 3.9.8 download, it appears to also only offer a sha512. Here is the content of my maven-wrapper.properties file included with the checkout. Ommitting the comments at the top for brevity. ``` distributionSha256Sum=8351955a9acf2f83c136c4eee0f6db894ab6265fdbe0a94b32a380307dbaa3e1 distributionType=only-script distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip wrapperVersion=3.3.2 ~ ``` -- 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