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 was trying to build a javafx modular project using jlink, but it keeps on failing with the following error: Error: Error reading module: C:\Users\javst\Documents\Projects\TTModManager\target\classes [ERROR] Command execution failed. org.apache.commons.exec.ExecuteException:...

It works fine with mvn javafx:run, I can see my project running, but when I try mvn javafx:jlink to build up a release package, it complains this error: `[INFO]

I would like to run `jpackage` to create native packaging for the app after running the `jlink` goal. I don't see any reference in the documentation for how to do...

Service provider modules should be enumerated in `--suggest-providers`, but there is no way to enumerate them. There is `--bind-services`, which can be enabled, but resulting image is huge, it includes...

[Apache Maven JLink Plugin](https://maven.apache.org/plugins/maven-jlink-plugin/) is now available. It is the official plugin for jlink support. jlink functionality in javafx-maven-plugin should be deprecated and users should be encouraged to use the...

Hi, I have a Java 17 application without a module descriptor I would like to build with _mvn javafx:jlink_. I start the application usually within Eclipse by using _--module-path --add-modules=javafx.controls_....

Hi guys, using this plugin on Windows and it works flawlessly, in Linux I get this error: ` ` ` java.lang.module.FindException: Hash of jdk.management.jfr (a405f735790e653ae6ad1ef35615c78a555389cc5076c74c52f3790a13351666) differs to expected hash (06d891a3ae65eb002ec7c3adeac782a67e5c76c5f1569cbb4e9bdace4e220f23)...

Hotfix added this line: https://github.com/openjfx/javafx-maven-plugin/blob/master/src/main/java/org/openjfx/JavaFXRunFixMojo.java#L139 which takes the user settings file into account. But if it doesn't exist, there is a runtime error. See https://stackoverflow.com/questions/69336290/eclipse-maven-javafx-maven-home-not-specified

Content of my pom.xml file. ``` 4.0.0 com.calculator Home-loan-email-calc 0.0.1-SNAPSHOT UTF-8 11 11 org.openjfx javafx-controls 16 org.openjfx javafx-fxml 16 org.apache.maven.plugins maven-compiler-plugin 3.8.0 11 org.openjfx javafx-maven-plugin 0.0.6 default-cli com.calculator.Home_loan_email_calc.App launch.sh 2...