jpackage-maven-plugin icon indicating copy to clipboard operation
jpackage-maven-plugin copied to clipboard

The jpackage maven plugin lets you create a custom runtime image/installer with the jpackage tool introduced in Java 14.

Results 15 jpackage-maven-plugin issues
Sort by recently updated
recently updated
newest added

Under Windows, running Java HostSpot 64bit JVM (Oracle) jpackage only accepts the type argument to be one of - app-image - exe - msi Whichever of those I configure in...

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...

I'm testing the plugin in multi-module project context. The parent project aggregates all modules, but a child module would generate platform installers. - Parent/ - Child/ => Package Module -...

![image](https://github.com/Akman/jpackage-maven-plugin/assets/87106666/040f6c8b-b074-453a-b8f1-0ad4ab636d7f) An error message is reported [ERROR] Failed to execute goal com.github.akman:jpackage-maven-plugin:0.1.5:jpackage (default-cli) on project demo: Execution default-cli of goal com.github.akman:jpackage-maven-plugin:0.1.5:jpackage failed: Unsupported class file major version 66 -> [Help...

Java 18 added --app-content command line option to jpackage. https://docs.oracle.com/en/java/javase/18/docs/specs/man/jpackage.html#options-for-creating-the-application-image Please add support for this option.