javafx-maven-plugin icon indicating copy to clipboard operation
javafx-maven-plugin copied to clipboard

Maven plugin to run JavaFX 11+ applications

Results 80 javafx-maven-plugin issues
Sort by recently updated
recently updated
newest added

https://github.com/openjfx/javafx-maven-plugin/pull/118 introduced toolchain support. However, due to the hard-coded `"java"`, this doesn't work for non-java executables such as jlink (i.e. https://github.com/openjfx/javafx-maven-plugin/issues/148)

![QQ截图20220805202611](https://user-images.githubusercontent.com/101649651/183077158-5f36d742-2ec3-4c12-bb77-909f51588ad7.png)

Hi! is it possible to rework the launcher configuration setting so that the user doesnt see a terminal running in the background? should work with **javaw**

I seem to have the same issue as here: https://github.com/openjfx/javafx-gradle-plugin/issues/112 but with the Maven plugin. I'm on M1 Mac and I get this error when running: ``` Loading library prism_es2...

Required filename-based automodules detected. Please don't publish this project to a public artifact repository!

Hello Guys im starting a new JavaFX Project. I discovered this plugin some weeks ago and finally decided to give it a try. I set up everything correctly but i...

Environment: Apache Maven 3.8.4 Maven home: C:\Users\betzm\Development\maven\apache-maven-3.8.4 Java version: 17.0.1, vendor: Eclipse Adoptium, runtime: C:\Program Files\Eclipse Adoptium\jdk-17.0.1.12-hotspot Default locale: en_GB, platform encoding: UTF-8 OS name: "windows 10", version: "10.0", arch:...

As indicated, this leads to the task failing, replacing ${revision} for a constant like 1.0 all around the project fixed the issue. I would appreciate some initial assessment. Thank you...

softprops/action-gh-release Github Action now supports automatic release notes creation. Use it to create release notes on every tag pushed.

In my JavaFX app I do some ZIP processing, but hit `java.nio.file.ProviderNotFoundException` with `jlink` created runtime because `jdk.zipfs` dependency was not properly auto-detected. https://stackoverflow.com/questions/57846630/java-nio-file-providernotfoundexception-with-jlink-created-runtime While the solution is clear, I...