微服务架构利用aliyun镜像下载maven项目时报错
报错如图:
[ERROR] No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/root/.m2/repository), aliyunmaven (https://maven.aliyun.com/repository/public)] -> [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/NoPluginFoundForPrefixException
其错误原因是虚拟机时间未同步,与北京时间不一致,需同步后再下载。跟防火墙没关系。
同步时间命令:ntpdate pool.ntp.org
然后执行下载命令即可成功。
百度了一下午,都没找到答案,解决了以后便决定自己写一个。若有因这个答案帮到大家,请务必点个赞。让我知道是有用的。