Akman / jpackage-maven-plugin

The jpackage maven plugin lets you create a custom runtime image/installer with the jpackage tool introduced in Java 14.
https://akman.github.io/jpackage-maven-plugin
Apache License 2.0
47 stars 10 forks source link

Possibility to split app-image creation and final package #5

Open HiranChaudhuri opened 2 years ago

HiranChaudhuri commented 2 years ago

JPackage, as it is called from this plugin is very suitable for doing the whole job.

If, however, the app-image needs customizatin before ultimately being packaged or the app-image shall be reused by other proces steps (e.g. creating an appimage.org style package), JPackage should be able to run in two phases.

The way to run it from command line is shown in https://stackoverflow.com/a/70774514/4222206 It could be resembled in two executions of this maven plugin.