Plugin Documentation
Goals available for this plugin:
Goal | Description |
---|---|
jlink:help | Display help information on jlink-maven-plugin. Call mvn jlink:help -Ddetail=true
-Dgoal=<goal-name> to display parameter details. |
jlink:jlink | The jlink goal lets you create a custom runtime image with the
jlink tool introduced in Java 9. It used to link a set of modules,
along with their transitive dependences.
The main idea is to avoid being tied to project artifacts and allow the user to fully control the process of creating an image. However, it is possible, of course, to customize the process using project artifacts. |
System Requirements
The following specifies the minimum requirements to run this Maven plugin:
Maven | 3.8.6 |
JDK | Default target for maven-compiler-plugin version 3.10.1 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
Usage
You should specify the version in your project's plugin configuration: