maven webapp项目时报错:Could not resolve archetype org

使用IDEA中MAVEN创建webapp报错:

Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependencies could not be resolved

详细报错如下:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.282 s
[INFO] Finished at: 2019-01-05T18:29:17+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-archetype-plugin:jar:RELEASE: Failed to resolve version for org.apache.maven.plugins:maven-archetype-plugin:jar:RELEASE: Could not find metadata org.apache.maven.plugins:maven-archetype-plugin/maven-metadata.xml in local (E:\apache-maven-3.6.0\repository) -> [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

解决方式:
查看MAVEN中安装repository目录中的:org.apache.maven.plugins:maven-archetype-plugin,对应org=>apche=>maven=>plugins=>maven-archetype-plugin包:
删除目录下的文件,创建的时候才会自动下载远程代码库的jar包。如下图:
maven webapp项目时报错:Could not resolve archetype org

maven webapp项目时报错:Could not resolve archetype org

上一篇:libimobiledevice命令&ios-deploy命令


下一篇:【uni-app】引入阿里巴巴图标库