V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
Stefango
V2EX  ›  问与答

[问答] idea(2019.3.4 及上两个版本)的 pom 文件没有 artifactId 的提醒?

  •  
  •   Stefango · 2020-03-18 22:37:08 +08:00 · 1815 次点击
    这是一个创建于 1499 天前的主题,其中的信息可能已经有所发展或是发生改变。
    是不是因为 maven(3.6.3 配了阿里镜像)索引老是更新失败...





    maven 的 settings.xml 镜像部分
    https://paste.ubuntu.com/p/Y7nB8ryhGS/
    2 条回复    2020-03-19 12:07:48 +08:00
    DsuineGP
        1
    DsuineGP  
       2020-03-19 10:22:30 +08:00
    2019.3.4 无法复现
    https://imgur.com/6Boz4VF
    Stefango
        2
    Stefango  
    OP
       2020-03-19 12:07:48 +08:00
    @DsuineGP 谢谢,已解决,我的 maven 镜像配置没有指定 mirrorOf,现在镜像为
    <mirror>
    <id>alimaven</id>
    <name>aliyun maven</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <mirrorOf>central</mirrorOf>
    </mirror>
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3777 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 00:14 · PVG 08:14 · LAX 17:14 · JFK 20:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.