I have a maven project that have four build path
src/main/java
src/main/resources
src/test/java
src/test/resources
but when I perform, in eclipse, "Maven->Update Project Configuration",the build path "src/main/resources" is removed and stay as simple folders.
Any idea why?