Whenever I try to do anything with my eclipse kepler I get this error:
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'PcsOne-Persistence'.
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
I have tried out everything under the sky to solve this issue with no success:
Examples:
- I have tried to uninstall and reinstall eclipse.
- Clean and install projects.
- Blow up .m2 repo and update all dependencies afresh.
- Install Maven plugin for eclipse (shows no updates for kepler)
No matter what I do I get this error which was NOT existent in the very same setup few days back. It popped up out of nowhere.
What possibly could have gone wrong here?
UPDATE: Here is my Pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycomp.groupid</groupId>
<artifactId>MyProject-1.0</artifactId>
<version>1.0-SNAPSHOT</version>
</project>