美文网首页
maven指向阿里云代码

maven指向阿里云代码

作者: 最后的夏t | 来源:发表于2018-09-19 10:05 被阅读0次

    <?xml version="1.0" encoding="UTF-8"?>

    <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

    xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

    <pluginGroups>

    </pluginGroups>

    <proxies>

    </proxies>

    <servers>

    </servers>

    <mirrors>

    <mirror>

    <!--阿里云maven-->

        <id>nexus-aliyun</id>

        <mirrorOf>central</mirrorOf>

        <name>Nexus aliyun</name>

        <url>http://maven.aliyun.com/nexus/content/groups/public</url>

        </mirror>

    </mirrors>

    <profiles>

    </profiles>

    <activeProfiles>

    </activeProfiles>

    </settings>

    相关文章

      网友评论

          本文标题:maven指向阿里云代码

          本文链接:https://www.haomeiwen.com/subject/swvbnftx.html