[
https://issues.apache.org/jira/browse/MJLINK-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222400#comment-17222400
]
Andres Almiray commented on MJLINK-40:
--------------------------------------
Could you let us know where is that setting defined? The following is the help
menu when running `jlink` on JDK 11
{code:java}
$ jlink -?
Usage: jlink <options> --module-path <modulepath> --add-modules
<module>[,<module>...]
Possible options include:
--add-modules <mod>[,<mod>...] Root modules to resolve
--bind-services Link in service provider modules and
their dependences
-c, --compress=<0|1|2> Enable compression of resources:
Level 0: No compression
Level 1: Constant string sharing
Level 2: ZIP
--disable-plugin <pluginname> Disable the plugin mentioned
--endian <little|big> Byte order of generated jimage
(default:native)
-h, --help, -? Print this help message
--ignore-signing-information Suppress a fatal error when signed
modular JARs are linked in the image.
The signature related files of the
signed modular JARs are not copied to
the runtime image.
--launcher <name>=<module>[/<mainclass>]
Add a launcher command of the given
name for the module and the main class
if specified
--limit-modules <mod>[,<mod>...] Limit the universe of observable
modules
--list-plugins List available plugins
-p, --module-path <path> Module path
--no-header-files Exclude include header files
--no-man-pages Exclude man pages
--output <path> Location of output path
--post-process-path <imagefile> Post process an existing image
--resources-last-sorter <name> The last plugin allowed to sort
resources
--save-opts <filename> Save jlink options in the given file
-G, --strip-debug Strip debug information
--suggest-providers [<name>,...] Suggest providers that implement the
given service types from the module path
-v, --verbose Enable verbose tracing
--version Version information
@<filename> Read options from file
{code}
> Add support for --include-locales option
> ----------------------------------------
>
> Key: MJLINK-40
> URL: https://issues.apache.org/jira/browse/MJLINK-40
> Project: Maven JLink Plugin
> Issue Type: New Feature
> Affects Versions: 3.0.0-alpha-2
> Reporter: Herv
> Priority: Trivial
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> --includes-locales lets specify a list of locales to include in the image.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)