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
I would like to run
jpackage
to create native packaging for the app after running thejlink
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 ofjlink
.Ideally of course, there would be a
jpackage
goal that creates the package from the files produced byjlink