Unable to update Maven configuration
Could not calculate build plan:Plugin org.apache.maven.plugins:maven-resources-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.7
I was getting this error while performing Maven Force Update Snapshots however same project I was able to force update in different workspace on the same machine.
Issue was Workspace not pointing to correct maven installation and settings.xml.
GO to Window > Preference > Maven > Installation
Point to to correct maven installation
Window > Preference > Maven > User Settings
Both global and user settings points to correct settings.xml file.