jmod:describe

Full name:

org.apache.maven.plugins:maven-jmod-plugin:3.0.0:describe

Description:

This goal is to support the usage of jmod describe.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.

Required Parameters

Name Type Since Description
<jmodFile> File - The name of the jmod file which is examined via jmod describe jmodFile
Default: ${project.build.directory}/jmods/${project.artifactId}.jmod
User Property: jmodfile

Optional Parameters

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

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<java.lang.String, java.lang.String>
  • Required: No

<jmodFile>

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