摘要:
由于OS为WindowsXP,而Nexus3forWindows为x64版本,只能选择安装nexus2了。 Windows(x86)平台,Nexus Repository Manager OSS 2.x 下载地址: https://www.sonatype.com/download-oss-sona 阅读全文
摘要:
Nexus默认远程仓库为https://repo1.maven.org/maven2/ 慢死,还常连不上。 可以添加阿里云代理仓库 URL:http://maven.aliyun.com/nexus/content/groups/public/ 1、添加代理仓库,Add... -> Proxy Re 阅读全文
摘要:
maven访问nexus有三种配置方法,分别为: 项目pom.xml,优先级最高; user的settings.xml,优先级中,未在pom.xml中配置repository标签,则使用这个配置; maven的settings.xml,优先级最低,在项目pom.xml和user的settings.x 阅读全文