1、maven从nexus下载构件的配置 1.1、在项目pom中配置远程仓库(方式一) <repositories> <repository> <id>remote</id> <name>my nexus repository</name> <url>http://192.1.1.103:8081/ ...
分类:
其他好文 时间:
2020-02-07 01:35:43
阅读次数:
89
android studio apply script build.gradle 卡死 buildscript { repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} google() } ...
分类:
移动开发 时间:
2020-02-04 11:00:47
阅读次数:
83
1,下载安装包,解压,执行以下命令启动服务。 nexus.exe /run 2,访问http://localhost:8081访问管理界面,添加一个maver2(proxy)的仓库,代理地址填写阿里云的加速地址:http://maven.aliyun.com/nexus/content/groups ...
分类:
其他好文 时间:
2020-02-01 23:13:17
阅读次数:
122
一. nexus预定了三个用户 预定角色和权限对应如下 用户 密码 权限 管理员:admin admin123 最高权限 发布用户:deployment deployment123 1. 浏览仓库 2. 搜索仓库 3. 上传构建 匿名用户(未登陆用户):anonymous 没有默认密码 1. 浏览仓 ...
分类:
其他好文 时间:
2020-01-31 18:58:03
阅读次数:
337
一. 在setting.xml中设置发布用户的用户名和密码 账号密码:deployment,deployment123 <servers> <!-- 设置私服用户名和密码 --> <server> <id>nexus-release</id> <username>deployment</userna ...
分类:
其他好文 时间:
2020-01-31 18:32:50
阅读次数:
170
一. 单个pom.xml形式:适合单个项目 <repositories> <repository> <id>nexus</id> <name>Nexus</name> <url>http://192.168.0.105:8086/nexus/content/groups/public/</url> ...
分类:
其他好文 时间:
2020-01-31 16:04:24
阅读次数:
72
# cat /root/.m2/settings.xml <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schema ...
分类:
其他好文 时间:
2020-01-31 00:51:11
阅读次数:
65
阿里云服务端代理地址:http://maven.aliyun.com/nexus/content/groups/public/ 其他参照:https://www.cnblogs.com/my_captain/p/12243521.html ...
分类:
其他好文 时间:
2020-01-30 21:24:44
阅读次数:
120