Hello I've got a strange behavior of Eclipse when using maven to configure my environment. The .classpath includes the project root as a source folder to match the commons-parent-7.pom <resource>.
This has the side effect that the "new class" wizard appends "src.main.java." to the extended class in imports. Not blocking, but not very nice. Did I miss something in my conf ? Do you all use Idea ? Why not put those required files in src/main/resources/META-INF as the natural place for them ? Nico.