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

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

    <dependency>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <version>3.3</version>
    </dependency>

import change不就得了

哦对了,每次创建新项目的时候,配置又复原了,所以

posted @ 2020-12-15 09:58  勤俭的搬运工  阅读(5071)  评论(0编辑  收藏  举报