I have a java fx project created in Netbeans IDE and I need to change it to a maven based project for the sake of uniform build process(company policies).
Is there any way I can convert the ant based javafx project(created in netbeans) to a maven project?
I tried finding some resources from google, but I could not find any standard way of doing it. Any help would be helpful.
Thanks, J