Full name:
com.mt-ag.tools.maven:jar-module-maven-plugin:1.1:jlink
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<compress> | CompressEnum | - | The compress Enable compression of resources: NoCompression = 0
ConstantStringSharing = 1 ZIP = 2. Default value is: ZIP. |
<createmissing> | boolean | - | Maven parameter to set if it generates the missing classes in a
missing module that will be static linked to your app. So the
dependency is only for compile time not for runtime. |
<ignoreSigning> | boolean | - | Ignore the signing information in the jars. Default value is: true. |
<launcherList> | List | - | The launchers for the image. A launcher is the
name=module(/main-class) User property is: launcher. |
<noHeaderFiles> | boolean | - | Don't add header files. Default value is: true. |
<noManPages> | boolean | - | Don't add man pages. Default value is: true. |
<openmodule> | boolean | - | Maven parameter to set if it generates an open module or a standard
module. |
<stripDebug> | boolean | - | Strip debug. Remove debug infos. |