maven url

Posted LUPENG

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven url相关的知识,希望对你有一定的参考价值。

maven仓库用过的人都知道,国内有多么的悲催。还好有比较好用的镜像可以使用,尽快记录下来。速度提升100倍。

http://maven.aliyun.com/nexus/#view-repositories;public~browsestorage

在maven的settings.xml 文件里配置mirrors的子节点,添加如下mirror

    <mirror>
        <id>nexus-aliyun</id>
        <mirrorOf>*</mirrorOf>
        <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </mirror> 

 

以上是关于maven url的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段3——url大全

根据图片的url地址下载图片到本地保存代码片段

结合两个代码片段?将用户输入的 Youtube url 转换为嵌入 url,然后将 iframe src 替换为转换后的 url

maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段

如何从URL获取片段标识符(hash#之后的值)?

Jacoco和Tycho surefire的Eclipse RCP插件代码介绍