摘要: 一. nexus预定了三个用户 预定角色和权限对应如下 用户 密码 权限 管理员:admin admin123 最高权限 发布用户:deployment deployment123 1. 浏览仓库 2. 搜索仓库 3. 上传构建 匿名用户(未登陆用户):anonymous 没有默认密码 1. 浏览仓 阅读全文
posted @ 2020-01-31 18:08 cnhkzyy 阅读(3236) 评论(0) 推荐(0) 编辑
摘要: 一. 在setting.xml中设置发布用户的用户名和密码 账号密码:deployment,deployment123 <servers> <!-- 设置私服用户名和密码 --> <server> <id>nexus-release</id> <username>deployment</userna 阅读全文
posted @ 2020-01-31 17:45 cnhkzyy 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 一. 单个pom.xml形式:适合单个项目 <repositories> <repository> <id>nexus</id> <name>Nexus</name> <url>http://192.168.0.105:8086/nexus/content/groups/public/</url> 阅读全文
posted @ 2020-01-31 15:26 cnhkzyy 阅读(412) 评论(0) 推荐(0) 编辑
摘要: nexus提供的搜索类型 阅读全文
posted @ 2020-01-31 13:56 cnhkzyy 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 1. 对于中央仓库由于索引文件太大无法下载成功,可通过手工方式下载 下载地址:https://repo.maven.apache.org/maven2/.index/ 下载文件:nexus-maven-repository-index.properties,nexus-maven-repositor 阅读全文
posted @ 2020-01-31 13:46 cnhkzyy 阅读(963) 评论(0) 推荐(0) 编辑