Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved

to fix this
1. clean your .m2 repository
2. add

<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
</dependency>
in your pom file
3. build project again. download all the dependencies and resources.
4. maven >> update project..

done!!

No images available.