Skip to content

Document <args> in JLink examplesย #52

@loiclefevre

Description

@loiclefevre

In JLink examples page, it would be interesting to provide examples about passing args and so documenting (here for Maven) the tag.

This would help to understand that to add a new arg, you need this syntax:

...
</mainJar>
<args>
    <arg>--no-header-files</arg> <!-- default -->
    <arg>--no-man-pages</arg>  <!-- default -->
    <arg>--compress=2</arg>      <!-- default -->
    <arg>--strip-debug</arg>       <!-- default -->
    <arg>--ignore-signing-information</arg>
</args>
<jdk>
...

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions