org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Faile
Couple of things to try:
settings.xml
file (at the following location {your home folder}/.m2/settings.xml
). Are you sure the local repo is where you think it is? (Yes, a mistake I've made in the past...)mvn -U dependency:resolve
should do it. The -U forces Maven to download no matter what your repository update policies are. Add -X
to get detailed debug logging.