jmod:list
Full name:
org.apache.maven.plugins:maven-jmod-plugin:3.0.0: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.
- 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 list jmodFile.Default: ${project.build.directory}/jmods/${project.artifactId}.jmodUser 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 list jmodFile.- Type:
java.io.File - Required:
Yes - User Property:
jmodfile - Default:
${project.build.directory}/jmods/${project.artifactId}.jmod


