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

I would like to export a JavaFX program to call it up on the desktop. When I want to export the file, the message appears: Program arguments will not be...

This PR fixes #63 adding an `sdk` extension, similar to the JavaFX Gradle plugin one, that is used to override the JavaFX artifacts that will be selected, instead of using...

Hi, Newbie here. I see in the readme that: _The plugin includes by default: --module-path, --add-modules and -classpath options._ -> how can I set the --module-path? I tried to set...

I'm currently using the [Moditect plugin](https://github.com/moditect/moditect) to add module descriptors to my dependencies. This is because some of the dependencies I would like to use have not included the module-info.java...

The current `` configuration is used to provide options to the `java` command for both `javafx:run` and `javafx:jlink` goals. In case of `javafx:jlink`, the options are passed to the launcher...

Hello, I tried to follow the instructions from the main page in order to compile, run and link a JavaFX project with this Maven plugin. I started with my own...

```xml org.openjfx javafx-maven-plugin 0.0.4 false 2 true true hellofx hello hellozip org.openjfx.App

Just a general request to make the plugin thread-safe, or mark it as such if it already is. Ref: [https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) This isn't a huge issue, but faster builds are always...

Currently, the plugin uses a number of parameters which are mostly related to `jlink` command. These can be passed into a complex object, making the configuration more user friendly. For...