Skip to content

javafx-maven-plugin-8.3.0

Compare
Choose a tag to compare

This release contains one new feature and includes some fixes for the new "jnlp"-bundler of oracle.

Bugfixes:

  • bugfix #182 replace backslash with normal slash within JNLP-files
  • bugfix #185 add signing-feature for bundler with ID "jnlp" (by setting <jnlp.allPermisions>true</jnlp.allPermisions> inside bundleArguments)
  • fixed size-attributes within JNLP-files when using bundler with ID "jnlp" and requesting to sign the jars

New:

  • added possibility for adding file associations
  • added new property to disable backslash-fix <skipNativeLauncherWorkaround182>true</skipNativeLauncherWorkaround182>
  • added new property to disable signing referenced jar-files <skipSigningJarFilesJNLP185>true</skipSigningJarFilesJNLP185>
  • added new property to skip size-recalculation for jar-files inside generated JNLP-files <skipSizeRecalculationForJNLP185>true</skipSizeRecalculationForJNLP185>

The Java 9 SNAPSHOT-release will get updated next week to include all new features and fixes since the last release of version 9.0.0

Thanks to all for using this javafx-maven-plugin.