JavaFX with Maven

Viewed 25107

I recently started a JavaFX project, and I'd like to use Maven as my compiler/deployment tool.

Is there a good tutorial or plugin to integrate JavaFX and Maven?

5 Answers

This helped me a lot:

Blog Entry

In the beginning of the Blog Entry the author mentions another great Article that can be found here...:

Another Blog

The main "magic" is getting "settings.xml" right... Afterwards...it is not that difficult.

Related