Maven构建项目失败 Non-resolvable import POM

Non-resolvable import POM: XXX:pom:4.2.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt.

Non-resolvable import POM: com.squareup.okhttp3:okhttp-bom:pom:4.2.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt.

项目结构

主模块+子模块结构

image-20230809011619106

个人版本配置

image-20230809011656565

Maven打包clean时报错截图

[ERROR] The project com.hue:gxc:0.0.1-SNAPSHOT (D:\Demo\MyOwnProject\gxc\pom.xml) has 1 error
[ERROR] Non-resolvable import POM: com.squareup.okhttp3:okhttp-bom:pom:4.2.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced @ org.springframework.boot:spring-boot-dependencies:2.7.5, C:\Users\zzzy0.m2\repository\org\springframework\boot\spring-boot-dependencies\2.7.5\spring-boot-dependencies-2.7.5.pom, line 2643, column 19 -> [Help 2]
[ERROR]

image-20230809011826812

定位错误

Non-resolvable import POM: com.squareup.okhttp3:okhttp-bom:pom:4.2.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt.

翻译一下大致意思是引用的okhttp这个包的4.2.0版本不在我们maven仓库里面了

点击链接查看 https://repo.maven.apache.org/maven2 找到对应包

发现确实没有这个版本了

image-20230809012102995

解决问题

在个人配置properties修改版本号, 随便选一个存在的版本即可, 本人选用4.4.0

image-20230809012256546

ok, 问题解决

image-20230809012331660

打包碰到另外的问题

Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.7.5:repackage (repackage) on project gxc-common

[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.7.5:repackage (repackage) on project gxc-common: Execution repackage of goal org.springframework.boot:spring-boot-maven-plugin:2.7.5:repackage failed: Unable to find main class -> [Help 1]

image-20230809012440883

此处翻译为不能执行org.springframework.boot:spring-boot-maven-plugin:2.7.5 , 不能执行打包插件

项目暂时什么代码都没有写, 只是搭建一个框架出来, 但是我还是写了build配置, 这部分使用到了plugin, 注释掉之后就没问题了

image-20230809012533920

环境问题总是让人摸不着头脑…

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值