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

Add all jpackage options for --type #4

Closed HGuillemet closed 2 years ago

HGuillemet commented 2 years ago

This PR adds all options for --type to the <type> configuration. This is useful for, e.g. building both rpm and deb packages on a linux box where rpmtools, fakeroot and dpkg-deb are installed.