You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2023/01/06 17:47:32 UTC

[GitHub] [maven-wrapper] gzm55 commented on pull request #65: [MWRAPPER-80] support maven-mvnd

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org