Hi,
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?
Hi,
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?
This helped me a lot:
In the beginning of the Blog Entry the author mentions another great Article that can be found here...:
The main "magic" is getting "settings.xml" right... Afterwards...it is not that difficult.
Alex Ruiz had a really good post on this recently and released a Maven plugin that should help you:
I released a new version of the FEST JavaFX Compiler Maven Plug-in. This new version supports compilation of test sources. For more details please visit http://alexruiz.developerblogs.com/?p=1197