新建maven项目不能下载相关的插件
在创建新的maven项目时未使用IDE自带的maven,导致maven在下载插件时报错,原因是你使用自己的maven和IDE默认的配置文件和仓库不匹配导致的。
file->Settings
找到maven,将User settings file 和Local repository修改为你自己的maven配置文件,repository需要你自己在路径下新建。
Cannot resolve plugin org.apache.maven.plugins:maven-clean-plugin:2.5
最新推荐文章于 2024-10-10 20:25:30 发布