gpt4 book ai didi

maven - 与原始 Artifact 相同的POM父 Artifact ID是

转载 作者:行者123 更新时间:2023-12-03 05:04:35 30 4
gpt4 key购买 nike

在我们的 Artifact 上,我们有POM文件为

<parent>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<name>Commons Lang</name>

我得到错误
[FATAL] 'parent.artifactId' must be changed, 
the parent element cannot have the same groupId:artifactId as the project.

但是我只有在使用插件'io.spring.dependency-management'时才会出现此错误
否则构建运行正常。我相信根本原因是这只会导致循环依赖性,但是为什么只使用此插件而不是没有它。

最佳答案

该POM文件是垃圾。您应该将其从人工工厂中删除。

关于maven - 与原始 Artifact 相同的POM父 Artifact ID是,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61676718/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com