1.未解析的插件: ‘org.apache.maven.plugins:maven-clean-plugin:3.1.0’
可能是多写了注解例如<mirrors>/<mirros>
只写了一个而不是一对本人就是这种情况造成的错误,请注意检查。
快速查找问题方法,idea打开setting.xml 看红色报错快速定位。
2.E:\maven\apache-maven-3.3.9.m2\repository\org\projectlombok\lombok\1.16.12: Unable to determine if root directory exists
idea 设置maven地址不正确。注意修改本地仓库位置。
3.Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Cannot access aliyunId (https://maven.aliyun.com/repository/central) in offline mode and the artifact org.apache.maven.plugins:maven-clean-plugin:jar:2.5 has not been downloaded from it before. -> [Help 1]
删除本地库导致本地库没有可用资源,因为用IDEA Spring Initialiazr 不带版本号需自己手动修改。
还有一种可能maven设置为离线状态,修改为在线。