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

This will help keep parts of the project up to date. create a file .github/dependabot.yml ``` version: 2 updates: - package-ecosystem: maven directory: "/" schedule: interval: daily open-pull-requests-limit: 10 ```...

## Problem Using the plugin and a module project with java 21 I got an ASM unknown bytecode version 65. `plexus-java` is what pulls in asm 9.2. ## Work around...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.0-alpha16 to 1.3.12. Commits 0df4ec1 prepare release 1.3.12 189af50 ensure JDK 8 compatibility 14a71d0 cater for array size marked with -1 b8eac23 prevent DOS attacks using on...

dependencies

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.0-alpha16 to 1.3.12. Commits 0df4ec1 prepare release 1.3.12 189af50 ensure JDK 8 compatibility 14a71d0 cater for array size marked with -1 b8eac23 prevent DOS attacks using on...

dependencies

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.0-alpha16 to 1.3.12. Commits 0df4ec1 prepare release 1.3.12 189af50 ensure JDK 8 compatibility 14a71d0 cater for array size marked with -1 b8eac23 prevent DOS attacks using on...

dependencies

Have I missed somehow that the --mac-entitlements parameter to jpackage is not supported yet? Might be able to help with a contribution.

I'm trying to port a non modular app that was originally built using Java 8 and packaged with javafx-maven-plugin. I have now got the app to compile & run using...

To create an installer which registers the main application launcher as a background service-type application, we need to specify the `--launcher-as-service` flag. [CSR JDK-8275062](https://bugs.openjdk.org/browse/JDK-8275062) [Launcher as Service Option](https://docs.oracle.com/en/java/javase/19/docs/specs/man/jpackage.html#option-launcher-as-service)

Vendor, description, etc. cannot be added in Chinese

The Apache Maven JLink Plugin, by default, add to the runtime (`--add-modules` option of jlink) all the modules of the Maven dependencies. This is particularly useful when the list of...