I\'m using Maven 2.2.1 and m2eclipse.
I have two resource folders.
When I save a change to any file in any of the resource folders, the Maven incremental build k
You can try updating to the latest version of m2eclipse and Maven 3. There is a new Maven plugin API that tells m2eclipse what files been affected by the Maven plugin. I believe resource plugin been updated to that API (but make sure overwrite setting is NOT set to true in resource plugin configuration).