valuestack

配置文件:D:\MyDev\Maven\apache-maven-3.0.5\conf\settings.xml

    <mirrors>
        <mirror>
            <id>alimaven</id>
            <mirrorOf>central</mirrorOf>
            <name>aliyun maven</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
        </mirror>
        <mirror>
            <!--This sends everything else to /public -->
            <id>nexus</id>
            <mirrorOf>*</mirrorOf>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
        </mirror>
        <mirror>
            <!--This is used to direct the public snapshots repo in the profile below over to a different nexus group -->
            <id>nexus-public-snapshots</id>
            <mirrorOf>public-snapshots</mirrorOf>
            <url>http://maven.aliyun.com/nexus/content/repositories/snapshots/</url>
        </mirror>
    </mirrors>

分类:

技术点:

相关文章:

  • 2022-02-07
  • 2022-01-16
猜你喜欢
  • 2022-02-07
  • 2022-01-23
  • 2022-12-23
  • 2022-02-07
  • 2022-02-07
  • 2021-08-06
相关资源
相似解决方案