[ https://issues.apache.org/jira/browse/MWRAPPER-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sylwester Lachiewicz closed MWRAPPER-150. ----------------------------------------- Fix Version/s: 3.3.3 Assignee: Sylwester Lachiewicz Resolution: Fixed > Fails to validate checksums on MacOS Sequoia > -------------------------------------------- > > Key: MWRAPPER-150 > URL: https://issues.apache.org/jira/browse/MWRAPPER-150 > Project: Maven Wrapper > Issue Type: Bug > Components: Maven Wrapper Scripts > Affects Versions: 3.3.2 > Environment: MacOS 15.0 > Reporter: Gonzalo Bermúdez > Assignee: Sylwester Lachiewicz > Priority: Normal > Fix For: 3.3.3 > > > The command issued to check the sha256sum fails with sha256sum packaged with > MacOS Sequoia. > This can be reproduced with an empty project using mvnw, and adding the > distribution's shasum on the affected OS. > > {code:java} > $ mkdir test && cd test > $ mvn wrapper:wrapper > $ echo > distributionSha256Sum=83aaf914c785c9faed661f223000a92d1de9553f5c82d3b4362e66d9c031625f > >> .mvn/wrapper/maven-wrapper.properties > $ ./mvnw compile > {code} > -- This message was sent by Atlassian Jira (v8.20.10#820010)