Fork me on GitHub

Plugin Documentation

Goals available for this plugin:

Goal Description
jpackage:help Display help information on jpackage-maven-plugin.
Call mvn jpackage:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
jpackage:jpackage The jpackage goal lets you create a custom runtime image with the jpackage tool introduced in Java 13.

The main idea is to avoid being tied to project artifacts and allow the user to fully control the process of creating an image.

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: