1、下载链接我就不发了,网上有很多,虽然有版本差异,但是基本的安装步骤差不多(版本最好不要差异太大),互相参考印证吧。
2、将下载的nexus解压,会有两个目录,如下图:
3、使用win+r命令,打开cmd,将目录切换至:D:\nexus-3.20.1-01-win64\nexus-3.20.1-01\bin,如图:
4、将maven服务安装为windows服务, 下面介绍几种操作方式:
安装:nexus.exe /install bm-maven
启动:nexus.exe /start bm-maven
停止:nexus.exe /stop bm-maven
卸载:nexus.exe /uninstall bm-maven
由于我们是第一次执行命令,只需要“安装”和“启动”两步即可。
5、启动服务一段时间后(要等服务跑起来,大约等个10秒中),访问:http://127.0.0.1:8081
,端口配置文件在:D:\nexus-3.20.1-01-win64\nexus-3.20.1-01\etc\nexus-default.properties,服务启动后如图:
6、默认的账号是:admin 密码的话根据弹框提示找一下,一般都在sonatype-work/nexus3/admin.password中,密码重置完毕后,这个文件就没有了,所以我就不截图了。
有个细节需要注意一下,在重置密码的时候,下面有个需要勾选的框,如果勾选上就是匿名用户也可以查询私服上的jar包,不勾选就是只能登录才可以查询,也可以用新的管理员账号登录进去修改,如图:
7、创建一个代理,一般都是使用阿里巴巴,地址:http://maven.aliyun.com/nexus/content/groups/public,操作如图:
第四步之后会出现一个这样的页面:
name填写你自己喜欢的名字即可,例如我的是aliyun,第二个URL就是我上面说的那个地址(http://maven.aliyun.com/nexus/content/groups/public),其他值默认,拉到最下面点击创建,如图:
8、将刚才创建的代理,使用起来。
最终形态:
maven安装及其配置,到此就算是结束啦,下面说一下怎么使用。
8、废话不多说直接上maven的setting.xml配置文件,直接根据需要拷贝即可,把里面的“自己重置后的密码”修改一下。
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at