openjfx / javafx-maven-plugin

Maven plugin to run JavaFX 11+ applications
Apache License 2.0
369 stars 59 forks source link

Add jpackage support #147

Open msgilligan opened 2 years ago

msgilligan commented 2 years ago

I would like to run jpackage to create native packaging for the app after running the jlink goal. I don't see any reference in the documentation for how to do this.

It may be possible to do this with a separate plugin, but even then it would be nice to have the README recommend a known-compatible plugin and how to configure it to reference the output of jlink.

Ideally of course, there would be a jpackage goal that creates the package from the files produced by jlink