mcdonnell-john opened a new pull request #2621: URL: https://github.com/apache/netbeans/pull/2621
The Gluon JavaFX templates use the org.openjfx:javafx-maven-plugin maven plugin to run, as a result, the maven goal javafx:run was never treated the same as a normal Java application which uses the org.codehaus.mojo:exec-maven-plugin maven plugin. I've added the goal javafx:run to the list of supported exec goals in `ExecPluginOutputListenerProvider.java` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
