javafx-maven-plugin
javafx-maven-plugin copied to clipboard
Automatic compilation option
Currently when running mvn javafx:run
, the plugin compiles if there is no initial compilation (target/classes
doesn't exist).
Later on, any change in the source code is not tracked and requires running mvn javafx:compile javafx:run
.
Ideally, the plugin could have an option to allow automatic compilation, and when enabled it will call compile only when required.
Ideally, the plugin could have an option to allow automatic compilation, and when enabled it will call compile only when required.
Actually before mvn javafx:run
the project is compiled if needed (the target directory does not exist, it is empty or the code has been modified after the last compilation)
This was not the case on 1 Mar 2019. Perhaps close this as resolved with a reference to the PR that closed it.