jmod:list

Full name:

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

Description:

This goal is to support the usage of jmod list to show the content of a jmod file.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
jmodFile File - The name of the jmod file which is used to be examined via jmod list jmodFile
Default value is: ${project.build.directory}/jmods/${project.artifactId}.jmod.
User property is: jmodfile.

Optional Parameters

Name Type Since 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

Parameter Details

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

jmodFile:

The name of the jmod file which is used to be examined via jmod list jmodFile
  • Type: java.io.File
  • Required: Yes
  • User Property: jmodfile
  • Default: ${project.build.directory}/jmods/${project.artifactId}.jmod