gnodet commented on issue #12759: URL: https://github.com/apache/maven/issues/12759#issuecomment-5416369865
The next JLine release (4.4.0) will ship with properly **signed** macOS native libraries — Apple `codesign` with Developer ID certificate and hardened runtime (jline/jline3#2173, merged yesterday). This means Gatekeeper will accept the binaries even with the quarantine flag. Once JLine 4.4.0 is released, we can bump the JLine version in Maven and **re-include the Mac native libraries** in the distribution (remove the `<excludes>org/jline/nativ/Mac/**</excludes>` added in #10747). Signed binaries won't trigger Gatekeeper regardless of how Maven is launched (terminal, Sourcetree, or any other GUI app). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
