Full name:
net.agilhard.maven.plugins:jpacktool-maven-plugin:1.0.0-SNAPSHOT:jpacktool-prepare
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<addLinkedSystemJDepsImports> | boolean | - | (no description) Default value is: true. |
<generateAutomaticJdeps> | boolean | - | (no description) Default value is: true. |
<generateClassPathJdeps> | boolean | - | (no description) Default value is: true. |
<generateModuleJdeps> | boolean | - | (no description) Default value is: true. |
<packForBusinessApp> | boolean | - | (no description) Default value is: false. |
<showAllDeps> | boolean | - | (no description) Default value is: false. |
Name | Type | Since | Description |
---|---|---|---|
<classpathArtifacts> | List | - | Artifacts that should be explicitly on the classpath |
<excludedArtifacts> | List | - | Artifacts that should be excluded |
<ignoreMissingDeps> | boolean | - | Flag if --ignore-missing-deps should be used on the jdeps calls to
analyze module dependencies Default value is: true. |
<jdkToolchain> | Map | - |
Specify the requirements for this jdk toolchain. This overrules the toolchain selected by the maven-toolchain-plugin. note: requires at least Maven 3.3.1 |
<skip> | boolean | - | skip plugin execution. Default value is: false. |
<stripConfigName> | String | - | replace this with nothing in the name of the config file Default value is: -jpacktool. |
<useListDeps> | boolean | - | (no description) Default value is: false. |
<verbose> | boolean | - | This will turn on verbose mode.
The jlink/jpackager command line equivalent is: --verbose Default value is: false. |
Specify the requirements for this jdk toolchain. This overrules the toolchain selected by the maven-toolchain-plugin.
note: requires at least Maven 3.3.1The jlink/jpackager command line equivalent is: --verbose