I'm coding a JavaFX project with Maven and the mvvmFX Framework, on the wiki it's mentioned that you need to put all View.java and View.fxml in the same folder, but that's not possible with the Maven architecture, however it's also specified that it should work correctly with Maven as long as the path is the same in the java and ressources folders, so here is a picture of my folder architecture : Folder architecture
But it doesn't work, I have an error, it says that the ressourcepath can't find the specified file.
I tried to include different version of the dependency in the POM.xml, and I also tried to open the module to de.saxsys.mvvmfx, but that didn't work. I'm not an expert in package and module with maven so I'm trying to see if someone knows how I could repair my mistakes.