解决Plugin org.apache.maven.plugins:maven-jar-plugin:3.2.0 or one of its dependencies could not be...

报错信息

[WARNING] The POM for org.apache.maven.plugins:maven-jar-plugin:jar:3.2.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.339 s
[INFO] Finished at: 2022-04-28T20:44:53+08:00
[INFO] Final Memory: 19M/135M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-jar-plugin:3.2.0 or one of its dependencies could not be resolved: Failure to find org.apache.maven.plugins:maven-jar-plugin:jar:3.2.0 in http://sy-maven.189read.com:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of shutongmirror has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[JENKINS] Archiving /ytxt/.jenkins/jobs/zjcdc_manager/workspace/pom.xml to com.dyttx/zjcdc_manager/0.0.1-SNAPSHOT/zjcdc_manager-0.0.1-SNAPSHOT.pom
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
channel stopped
Finished: FAILURE

问题原因是库里面没有maven-jar-plugin:3.2.0这个包,如果是本地环境只要用maven下载就行了,然而公司的私库里面就没有3.2.0的版本,这时候就需要将3.2.0版本覆盖掉

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-resources-plugin</artifactId>
    <!--公司库中有的版本-->
    <version>3.1.0</version>
    <configuration combine.self="override"/>
</plugin>

核心代码:<configuration combine.self="override"/>

通过在configuration元素中增加combine.children和combine.self属性,子POM可以控制Maven怎么合并plugin的configuration。

combine.self="override"表示子POM的属性完全覆盖父POM的。

  • 3
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

周淮

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值