jmod:hash
Full name:
org.apache.maven.plugins:maven-jmod-plugin:3.0.0:hash
Description:
jmod hash ...
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope:
compile. - The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
package.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<modulePath> |
File |
- |
Define the modulepath for the jmod call. --module-path <path> Must be a directory. |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<classPath> |
List<String> |
- |
--class-path <path> Application jar files|dir containing classes. |
<cmds> |
List<String> |
- |
--class-path <path> Application jar files|dir containing classes. |
<config> |
File |
- |
--config <path> Location of user-editable config files. |
<dryRun> |
boolean |
- |
No description. |
<excludes> |
List<String> |
- |
No description. |
<jdkToolchain> |
Map<String,String> |
- |
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 |
<libs> |
List<File> |
- |
No description. |
<mainClass> |
String |
- |
No description. |
<moduleVersion> |
String |
- |
No description. |
Parameter Details
<classPath>
--class-path <path> Application jar files|dir containing classes.- Type:
java.util.List<java.lang.String> - Required:
No
<cmds>
--class-path <path> Application jar files|dir containing classes.- Type:
java.util.List<java.lang.String> - Required:
No
<config>
--config <path> Location of user-editable config files.- Type:
java.io.File - Required:
No
<dryRun>
No description.
- Type:
boolean - Required:
No
<excludes>
No description.
- Type:
java.util.List<java.lang.String> - Required:
No
<jdkToolchain>
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- Type:
java.util.Map<java.lang.String, java.lang.String> - Required:
No
<libs>
No description.
- Type:
java.util.List<java.io.File> - Required:
No
<mainClass>
No description.
- Type:
java.lang.String - Required:
No
<modulePath>
Define the modulepath for the
jmod call. --module-path <path> Must be a directory.- Type:
java.io.File - Required:
Yes
<moduleVersion>
No description.
- Type:
java.lang.String - Required:
No


