gzm55 commented on PR #65: URL: https://github.com/apache/maven-wrapper/pull/65#issuecomment-1373951163
> What with additional task per OS, like for macOs `xattr -r -d ...`? > > https://github.com/apache/maven-mvnd#install-manually The "com.apple.quarantine" extended attribute is set when the zip/tgz files are downloaded by the browsers, and not set when downloaded by curl/wget/java. This is tested on macos since 10.15. And the original maven distribution installed by wrapper also relies on this behavior. So the `xattr -r -d ...` step is not required by the wrapper for both original maven and mvnd. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org