0
点赞
收藏
分享

微信扫一扫

MavenFor this reason, future Maven versions might no longer support building such malformed projects

妖妖妈 2022-03-22 阅读 77
java后端

使用IDEA + MAVEN clean时提示如下错误

Maven For this reason, future Maven versions might no longer support building such malformed projects

提示示例如下(这种提示不影响开发,有强迫症继续往下看):
在这里插入图片描述
这种原因是因为pom文件中,jar报冲突导致的。这时仔细看提示日志找到如下

在这里插入图片描述
然后看pom文件发现,确实引入了两个相同的jar包,删掉一个就好了
在这里插入图片描述
删掉后的效果图,没有黄色小提示了。
在这里插入图片描述

举报
0 条评论