jmod:hash

Full name:

org.apache.maven.plugins:maven-jmod-plugin:3.0.0-alpha-1:hash

Description:

jmod hash ...

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • 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 - --class-path <path> Application jar files|dir containing classes.
cmds List - --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 - (no description)
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
libs List - (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
  • Required: No

cmds:

--class-path <path> Application jar files|dir containing classes.
  • Type: java.util.List
  • 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
  • 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
  • Required: No

libs:

(no description)
  • Type: java.util.List
  • 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