<parent>
<groupId>父项目的groupId</groupId>
<artifactId>父项目的artifactId</artifactId>
<version>父项目的version</version>
<relativePath>父项目的pom.xml文件相对路径</relativePath> <!-- lookup parent from repository -->
</parent>
把父节点 配置 的
<relativePath/>
删除