That's a great solution, wasn't aware that was possible. The other approach, though less easy to implement, requiring an extension to the API, is here:
https://issues.apache.org/jira/browse/NETBEANS-3104 Benefit of the above is that we'd be able to provide multiple predefined actions, not just for running. Also be aware of these: https://github.com/openjfx/javafx-maven-plugin/pull/44 https://github.com/openjfx/javafx-maven-archetypes/pull/6 Gj On Sat, Oct 26, 2019 at 10:59 PM Kenneth Fogel <[email protected]> wrote: > NetBeans 11.2 ran without issues from the vc1 file and again just now with > the Windows installer. Activation, download of JavaFX and install of > nb-javac all worked properly. > > > > The only thing, and it was my fault, that hung me up us was that I did not > know that when using the javafx-maven-plugin the goal for running the maven > based program was javafx:run and not exec:java. May I suggest for the next > release that a default goal is added to the pom file. I recommend: > > <build> > > <defaultGoal>javafx:run</defaultGoal> > > <plugins> > > > > Its great that the current JavaFX is supported. > > > > > > *Ken Fogel* > Faculty / Java Champion > > email: [email protected] > phone: (514) 931-8731 local 4799 > > Dawson College, 3040 Sherbrooke St. W Westmount, Quebec, H3Z 1A4, Canada > > [image: facebook icon] <https://www.facebook.com/ken.fogel> [image: > twitter icon] <https://twitter.com/omniprof> [image: youtube icon] > <https://www.youtube.com/kenfogel> [image: linkedin icon] > <https://www.linkedin.com/in/kenfogel/> [image: instagram icon] > <https://www.instagram.com/omniprof/> > > <https://www.dawsoncollege.qc.ca/> > > > > >
