You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/03/03 12:22:52 UTC

[maven-mvnd] branch master updated: Adding note on removing quarantine flag on macOS (#599)

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ddf817  Adding note on removing quarantine flag on macOS (#599)
5ddf817 is described below

commit 5ddf817d96378f4c4697b7dee5377f527c6f898a
Author: Gunnar Morling <gu...@googlemail.com>
AuthorDate: Thu Mar 3 13:22:49 2022 +0100

    Adding note on removing quarantine flag on macOS (#599)
---
 README.adoc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 491f7bc..89286f8 100644
--- a/README.adoc
+++ b/README.adoc
@@ -123,7 +123,12 @@ OS name: "linux", version: "5.6.13-200.fc31.x86_64", arch: "amd64", family: "uni
 If you are on Windows and see a message that `VCRUNTIME140.dll was not found`, you need to install
 `vc_redist.x64.exe` from https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads.
 See https://github.com/oracle/graal/issues/1762 for more information.
-
++
+If you are on macOS, you'll need to remove the quarantine flags from all the files after unpacking the archive:
+[source,shell]
+----
+$ xattr -r -d com.apple.quarantine mvnd-x.y.z-darwin-amd64
+----
 
 == Usage