Windows11 Sonatype Nexus 安装与配置

1、前言

1.1 软件环境

操作系统:Windows11

软件版本:nexus-3.75.1-01-win64、JDK17、maven3.3.9

2、离线部署操作步骤

2.1 下载安装包

下载地址:https://www.sonatype.com/

image.png

填写信息:


image.png

2.2 安装

2.2.1 解压文件:

image.png

2.2.2 安装:

./nexus.exe /install
image.png

2.2.3 修改配置

image.png

2.2.4 启动

./nexus.exe /start 启动
./nexus.exe /restart 重启
./nexus.exe /status  查看状态
./nexus.exe /stop  停止
image.png

2.2.5 访问服务

1)服务地址:http://localhost:7088/#browse/welcome
image.png
2)登录

默认密码在【C:\ghj\soft\nexus\nexus-3.75.1-01-win64\sonatype-work\nexus3\admin.password】


image.png
image.png
3)登陆后需要修改密码
image.png
4)解决登录后的警告问题:

Nexus was not configured with an encryption key and is using the Default key.

image.png

警告解决官网也有说明:

https://help.sonatype.com/en/re-encryption-in-nexus-repository.html

解决步骤:

a. 创建json密钥文件:


image.png
image.png

解释说明:

image.png

备注:active中的值必须要keys中的id要一致!!!

b. 启用重新加密,修改配置文件

nexus.secrets.file=C:/ghj/soft/nexus/nexus-3.75.1-01-win64/file.json
image.png

c.通过curl创建加密任务


image.png
curl -X 'PUT' \  
'http://localhost:7088/service/rest/v1/secrets/encryption/re-encrypt' \  
-H 'accept: application/json' \  
-H 'Content-Type: application/json' \  
-H 'NX-ANTI-CSRF-TOKEN: 0.2671236544832361' \   
-H 'X-Nexus-UI: true' \  
-d '{  
     "secretKeyId": "上一步的file.json中的值",  "notifyEmail": "470745465@qq.com 你的邮箱"
}'
image.png

d. 重启nexus。

./nexus.exe /restart 重启
./nexus.exe /status  查看状态
image.png

e. 重新登录服务,发现警告消失


image.png

至此,安装已结束,接下来可以进行配置了。

3、Nexus配置

3.1 配置权限

3.1.1 创建角色

1)dev-manage角色:上传、删除jar。
image.png

选择Applied Privileges

image.png

Nx-repository-admin-maven2 类全部勾选
Nx-repository-view-maven2 类全部勾选
2)dev-normal角色:仅可下载jar
image.png

选择Applied Privileges

image.png

Nx-repository-admin-maven2 类只勾选 read 和browse 结尾
Nx-repository-view-maven2 类只勾选 read 和browse 结尾
image.png

3.2 创建用户

分配角色:开发管理员。


image.png

4、创建镜像代理仓库

4.1 阿里仓库创建

https://maven.aliyun.com/repository/public
image.png

4.2 华为仓库创建

https://repo.huaweicloud.com/repository/maven/huaweicloudsdk/
image.png

4.3 私有仓库hosted

image.png

4.4 maven(group)仓库里挂在其他仓库

image.png

4.5 配置本地maven仓库

4.5.1 获取仓库地址
http://localhost:7088/repository/maven-public/
image.png
4.5.2 修改maven的配置文件settings.xml

server:

<server>
      <id>pvs-dev</id>
      <username>dev-manager-root</username>
      <password>G******9</password>
    </server>
image.png

mirror:

 <mirror>
        <id>pvs-dev</id>
        <mirrorOf>*</mirrorOf>
        <!-- <url>http://192.168.200.25:7088/nexus/content/groups/public</url> -->
        <url>http://localhost:7088/repository/maven-public/</url>
    </mirror>
image.png

profile:

<profile>
      <!--profile的 id-->
      <id>pvs-dev-profile</id>
      <repositories>
        <repository>
          <!--仓库
          id,repositories 可以配置多个仓库,保证 id 不重复-->
          <id>pvs-dev</id>
          <!--仓库地址,即
          nexus 仓库组的地址-->
          <url>http://localhost:7088/repository/maven-public/</url>
          <!--是否下载
          releases 构件-->
          <releases>
            <enabled>true</enabled>
          </releases>
          <!--是否下载
          snapshots 构件-->
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <!-- 插件仓库,maven 的运⾏依赖插件,也需要从私服下载插件 -->
        <pluginRepository>
          <!-- 插件仓库的 id 不允许重复,如果重复后边配置会覆盖前边 -->
          <id>public</id>
          <url>http://localhost:7088/repository/maven-public/</url>
          <!--是否下载
          releases 构件-->
          <releases>
            <enabled>true</enabled>
          </releases>
          <!--是否下载
          snapshots 构件-->
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
image.png
image.png

5、结合项目进行测试

5.1 打开服务,上传一个jar

image.png
image.png

建议勾选"Generate a POM file with these coordinates",maven进行依赖解析和项目构建。

image.png

5.2 获取依赖

image.png

复制到你本地项目的pom.xml中,刷新下maven就可以自动下载到本地了。

5.3 idea中测试依赖

image.png
image.png

至此,Nexus的安装与配置 结束啦。。。

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 225,208评论 6 524
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 96,502评论 3 405
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 172,496评论 0 370
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 61,176评论 1 302
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 70,185评论 6 401
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 53,630评论 1 316
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 41,992评论 3 431
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 40,973评论 0 280
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 47,510评论 1 325
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 39,546评论 3 347
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 41,659评论 1 355
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 37,250评论 5 351
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 42,990评论 3 340
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 33,421评论 0 25
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 34,569评论 1 277
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 50,238评论 3 382
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 46,732评论 2 366

推荐阅读更多精彩内容