美文网首页
maven setting配置国内镜像库

maven setting配置国内镜像库

作者: Alex_ct | 来源:发表于2018-01-19 10:52 被阅读0次

    <mirrors>

    <!-- 阿里的仓库 -->

    <mirror>

    <id>alimaven</id>

    <name>aliyun maven</name>

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

    <mirrorOf>central</mirrorOf>

    </mirror>

    </mirrors>

    相关文章

      网友评论

          本文标题:maven setting配置国内镜像库

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