maven报The POM for com.**** is invalid, transitive dependencies (if any) will not be available问题解决

这篇具有很好参考价值的文章主要介绍了maven报The POM for com.**** is invalid, transitive dependencies (if any) will not be available问题解决。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

一、运行环境

spring-boot版本2.3.0

The POM for org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:1.3.0 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while

building the effective model for org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.0

<parent>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-parent</artifactId>
   <version>2.3.0.RELEASE</version>
</parent>

mybatis的版本1.3.0

<dependency>
   <groupId>org.mybatis.spring.boot</groupId>
   <artifactId>mybatis-spring-boot-starter</artifactId>
   <version>1.3.0</version>
   <optional>true</optional>
</dependency>

二、问题排查

从git上拉下来的代码,刚开始是MyBatisConfigurer配置类的两个包导不进来

import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;

所以将问题定位在mybatis-spring-boot-starter的包上,怀疑是包损坏了,删除包之后重新下载,仍出现上述情况。排除jar损坏的原因。

后来刷新maven仓库时报了下面的警告

[WARNING]The POM org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:1.3.0 for is invalid, transitive dependencies (if any) will not be available

随后我就去csdn上查找解决方案,都没有很好的得到解决

最后看到了“兵工厂三剑客”这位博主的博客按着他的处理问题的流程,通过打印maven的日志信息

打印日志指令如下:

 mvn -X -U clean package

查看日志发现下面报错信息

[WARNING] The POM for org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:1.3.0 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while
 building the effective model for org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.0
[FATAL] Non-parseable POM E:\MavenRepository\org\mybatis\mybatis-parent\28\mybatis-parent-28.pom: processing instruction can not have PITarget with reserved xml name (position: END_TA
G seen ...</profiles>\r\n\r\n</project>\r\n<?xml ... @1096:7)  @ E:\MavenRepository\org\mybatis\mybatis-parent\28\mybatis-parent-28.pom, line 1096, column 7

注:[FATAL] 这个输出的消息等级更加严格译为致命的,是比error等级还要高的异常

附加知识点:log4j定义了8个级别的log(除去OFF和ALL,可以说分为6个级别),优先级从高到低依次为:OFF、FATAL、ERROR、WARN、INFO、DEBUG、TRACE、 ALL。

三、解决方案

最终将问题定位到 E:\MavenRepository\org\mybatis\mybatis-parent\28\mybatis-parent-28.pom, line 1096, column 7这个文件上

然后根据路径找到该文件,删除该文所在的文件夹,重启idear,更新maven,问题得到解决。

具体到底时详细那个地方造成异常原因,这个我并没找到,期待那位大佬,能够将深层次的的原因描述一下。文章来源地址https://www.toymoban.com/news/detail-616886.html

到了这里,关于maven报The POM for com.**** is invalid, transitive dependencies (if any) will not be available问题解决的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包