Cannot resolve plugin org.apache.maven.plugins:maven-clean-plugin:3.3.2
今天在使用 SpringBoot 3.x的时候报了一个错误 Cannot resolve plugin org.apache.maven.plugins:maven-clean-plugin:3.3.2,上网查了一下主要是 Maven 没有加载这个,在 pom.xml
中引入阿里镜像:
1 | <repositories> |
评论
今天在使用 SpringBoot 3.x的时候报了一个错误 Cannot resolve plugin org.apache.maven.plugins:maven-clean-plugin:3.3.2,上网查了一下主要是 Maven 没有加载这个,在 pom.xml
中引入阿里镜像:
1 | <repositories> |