Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

afaik, even if you convert the project to maven, you will not get any of the javafx editing features in the IDE then. (it was so the last time I checked, might have changed since then)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.