FR,
Out of the box default Maven projects are not compatible with the MyEclipse Web Projects, so we don’t support breaking up typical web resources into the /resources directory.
However, if you would just like to place generic sources that will get built into the WEB-INF/classes directory, you can create a /resources directory and add it to the Source Directory list under your project properties and MyEclipse will “build” (copy) those resources into WEB-INF/classes for you.
But typically speaking, we still follow our own project layout format and not Maven’s, so you might just want to leave things in their default locations.