发布于 

org.apache.maven.plugins:maven-site-plugin:3.3

新的环境idea创建springboot时遇到这个错误,
首先排除maven继承路径不一致的问题,这个配置环境的时候必须是基本操作,这种环境都不去
先配好,写个锤子
手动导入依赖吧

1
2
3
4
5
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6.3</version>
</dependency>