org.apache.maven.plugins:maven-install-plugin:2.5.2 or one of its dependencies could not be resolved

这个问题和我上个博客是一起的,先出现上个博客的问题,解决后有出现的这个问题

异常

ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project bigscreen-common: Execution def
ault-install of goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install failed: Plugin org.apache.maven.plugins:maven-install-plugin:2.5.2 or
one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-install-plugin:jar:2.5.2 -> org.apache.
maven.shared:maven-shared-utils:jar:0.4: Failed to read artifact descriptor for org.apache.maven.shared:maven-shared-utils:jar:0.4: Could not transfer
artifact org.apache.maven.shared:maven-shared-utils:pom:0.4 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

解决方法

在用Myeclipse8.5+Maven构建Web项目时报这个错误,maven找不到maven-compiler-plugin:2.0.2这个插件,查找了半天发现自己把maven的仓库改为自己的路径下,所以

在那个路径中就找不到所要找的插件了,默认路径为C:\Users\admcnm\.m2\repository 目录下,所以把maven 下的 conf 下的 settings.xml 配置文件中配置的自定义的仓库删掉就可以了

org.apache.maven.plugins:maven-install-plugin:2.5.2 or one of its dependencies could not be resolved_第1张图片

重新操作命令一下

 成功了呀

org.apache.maven.plugins:maven-install-plugin:2.5.2 or one of its dependencies could not be resolved_第2张图片

你可能感兴趣的:(org.apache.maven.plugins:maven-install-plugin:2.5.2 or one of its dependencies could not be resolved)