Olá pessoal, estou tendo um problema ao tentar gerar um executável do javafx. o seguinte erro é apresentado:
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.979 s [INFO] Finished at: 2020-11-13T14:02:50-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.openjfx:javafx-maven-plugin:0.0.4:jlink (default-cli) on project frontend: Error: Output directory is empty, compile first -> [Help 1]
estou executando o seguinte comando maven:
mvn compile clean javafx:jlink
Desde já agradeço!