jpackage-maven-plugin
jpackage-maven-plugin copied to clipboard
Usage in Windows not possible
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 my pom.xml, the plugin always complains the given value is not part of the enum. On the other hand if I use values accpeted by the plugin (e.g. PLATFORM or DEFAULT) during the build jpackage complains that it cannot build for those types.
it seems the jpackage-maven-plugin was not meant to be used in Windows.