This can be done in the following way: 1) build java command line application that builds .jfx files 2) pack it into jar (this is optional) 3) compile output or .jar files can then be executed as standard java applications using exec-maven-plugin https://stackoverflow.com/questions/1514 ... utable-jar
drNice1000
Post subject: Re: Build jfx using Maven
Post rating: 0
Posted: Wed 14 Sep, 2016, 19:18
User rating: 2
Joined: Sun 15 Apr, 2012, 22:19 Posts: 25 Location: GermanyGermany
Hi,
many thanks for this info!
Steps 2) and 3) are familiar to me, the question is only about 1).