The Maven resources plugin:
This goal requires that you configure the resources to be copied, and specify the outputDirectory.
C
This is the simpler solution I've found and it's working...
maven-resources-plugin 2.7 ${basedir}/src/main/java/org/mc2/mymusic/gui/main/Menu/resources ${basedir}/target/classes/org/mc2/mymusic/gui/main/Menu/resources false
Marco