maven依赖拉不下来

  • Choerodon平台版本:0.16.0

  • 运行环境(如localhost或k8s):localhost

  • 遇到问题时的前置条件:

  • 问题描述:

    本地拉了devops-service 后端服务,但是猪齿鱼的依赖拉不到

https://nexus.choerodon.com.cn/repositoxry/choerodon-release 访问这个报400错误

  • 原因分析:

    提出您分析问题的过程,以便我们能更准确的找到问题所在

  • 疑问:

    提出您对于遇到和解决该问题时的疑问

在pom.xml里面指定了猪齿鱼的仓库依赖,仍然会到spring去拉依赖

  <pluginRepositories>
        <pluginRepository>
            <id>Choerodon Release</id>
            <name>Choerodon Release Repository</name>
            <url>https://nexus.choerodon.com.cn/repository/choerodon-release</url>
        </pluginRepository>
    </pluginRepositories>

这一块该怎么配置?