JDK-8241448 : Add CLI options for --mac-entitlements
  • Type: Enhancement
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: 15
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2020-03-23
  • Updated: 2020-04-13
  • Resolved: 2020-04-13
Related Reports
Relates :  
Description
Signing an app for potential notarization requires specific entitlements.
A default set of such entitlements will be included in a resource file (which can be overridden by the resource override mechanism), but it would be better to also have command line options to set entitlements:
--mac-entitlements <file path>
    entitlement file to use for signing.
Comments
This additional option is unnecessary
13-04-2020

since user can replace the default entitlements by specifying --resource-dir <path> and including entitlements file in that path this enhancement may not be necessary
04-04-2020