Is it possible to run the maven-compiler-plugin in process-sources only for specific packages? I know the correct way to do this is to extract the needed classes in a extra module but this seems to be a huge overhead for just two classes. If one wants to know it is needed for the fornax-oaw-m2-plugin
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?