苦艾甘醴 2024-04-07 19:12 采纳率: 0%
浏览 52

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

在IDEA中,我的maven3.6.3配置出错了吗?
以下是报错信息:

[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< com.jlwl:springboot60h87 >----------------------
[INFO] Building springboot-schema 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-jar-plugin:jar:3.6.3 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.554 s
[INFO] Finished at: 2024-04-07T19:02:13+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-jar-plugin:3.6.3 or one of its dependencies could not be resolved: Failure to find org.apache.maven.plugins:maven-jar-plugin:jar:3.6.3 in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of alimaven 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:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

进程已结束,退出代码为 1
IDEA中的maven配置没有问题

img

maven的setting.xml也配置了阿里云的镜像
    <localRepository>D:\Chamber\maven\apache-maven-3.6.3\repo</localRepository>

  <mirrors>
    <mirror>
    <id>alimaven</id>
    <name>aliyun maven</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <mirrorOf>central</mirrorOf>        
    </mirror>
  </mirrors>
帮忙看看到底是哪里出错了?
  • 写回答

4条回答 默认 最新

  • 专家-赤兔[在线] 全栈领域优质创作者 2024-04-07 19:12
    关注

    引自免费微信小程序:皆我百晓生

    非常感谢您提供的信息。我已经仔细阅读了您的问题,并理解了您的需求。

    针对您所遇到的问题,可能的原因有以下几点:

    1. 您尝试使用的Maven插件版本与官方文档中的不兼容。
    2. 您使用的镜像(例如阿里云镜像)版本过低,无法正确下载到所需版本的Maven。
    3. 您使用的项目所在环境与您的机器环境存在差异,导致Maven无法正常运行。

    针对这些问题,我可以为您提供一些解决建议:

    1. 更新Maven插件版本至最新稳定版。您可以访问Apache Maven项目的官方网站,查看Maven插件的相关更新信息,并按照指引进行更新。

    2. 确保您使用的镜像版本与Maven支持的版本相匹配。您可以尝试从官方或其他可靠的源获取Maven镜像,并确认其与您的Maven版本版本一致。

    3. 如果您的项目所在的环境与您的机器环境存在较大差异,您可以在项目的pom.xml文件中添加合适的配置来确保Maven能够在不同环境下正常运行。例如,您可以通过在<env>标签内配置环境变量来切换工作目录、代理等。

    如果您在使用上述建议后仍然无法解决问题,建议您联系Apache Maven的技术团队寻求专业的技术支持。

    评论 编辑记录

报告相同问题?

问题事件

  • 创建了问题 4月7日

悬赏问题

  • ¥15 关于#vue.js#的问题:word excel和ppt预览问题语言-javascript)
  • ¥15 Apache显示系统错误3该如何解决?
  • ¥30 uniapp小程序苹果手机加载gif图片不显示动效?
  • ¥20 js怎么实现跨域问题
  • ¥15 C++dll二次开发,C#调用
  • ¥15 请教,如何使用C#加载本地摄像头进行逐帧推流
  • ¥15 Python easyocr无法顺利执行,如何解决?
  • ¥15 为什么会突然npm err!啊
  • ¥15 java服务连接es读取列表数据,服务连接本地es获取数据时的速度很快,但是换成远端的es就会非常慢,这是为什么呢
  • ¥15 vxworks交叉编译gcc报错error: missing binary operator before token "("