您的位置:制图网首页 -> 新闻动态 -> maven仓库【maven仓库怎么配置】

热门排行

maven仓库【maven仓库怎么配置】

2023/1/31 来自于:制图网 点击:39
一 前提

已经安装好JDK8并配置好环境。可以参考:手把手教你Windows安装JDK8与环境配置

二 上传nexus

上传nexus-2.11.2-03-bundle.tar.gz到/usr/local/src/目录

三 解压cd /root/mkdir nexustar -zxvf nexus-2.11.2-03-bundle.tar.gz -C nexuscd nexus四 配置文件

编辑Nexus的nexus.properties文件,配置端口和work目录信息(保留默认)

cd nexus-2.11.2-03lscd confvi nexus.properties# Jetty sectionapplication-port=8081application-host=0.0.0.0nexus-webapp=${bundleBasedir}/nexusnexus-webapp-context-path=/nexus# Nexus sectionnexus-work=${bundleBasedir}/../sonatype-work/nexusruntime=${bundleBasedir}/nexus/WEB-INF五 编辑脚本

编辑nexus脚本,配置RUN_AS_USER参数

vi /root/nexus/nexus-2.11.2-03/bin/nexus#RUN_AS_USER=改为:RUN_AS_USER=root六 打开端口

防火墙打开8081端口

vi /etc/sysconfig/iptables添加-A INPUT -p tcp -m state --state NEW -m tcp --dport 8081 -j ACCEPT保存后重启防火墙service iptables restart七 启动nexus/root/nexus/nexus-2.11.2-03/bin/nexus start八 验证# 访问下面的地址,IP换成服务器的IP地址http://IP:8081/nexus/九 登录

默认用户名:admin,默认密码:admin123至此,Nexus已安装完成,接下来是Nexus的配置Nexus配置(登录后)一 菜单Administration/Server配置邮箱服务器地址(如果忘记密码,可以通过该邮箱找回密码)

maven仓库【maven仓库怎么配置】

二 给用户配置邮箱地址,方便忘记密码时找回:

maven仓库【maven仓库怎么配置】

三 用户修改密码:

maven仓库【maven仓库怎么配置】

四 仓库类型

maven仓库【maven仓库怎么配置】

五 设置proxy代理仓库(Apache Snapshots/Central/Codehaus Snapshots)准许远程下载

maven仓库【maven仓库怎么配置】

六 Maven本地库的安装与配置环境变量、setting.xml<setting>标签下:注意换掉IP为自己服务器的地址。

<profiles> <profile> <id>edu</id> <activation> <activeByDefault>false</activeByDefault> <jdk>1.8</jdk> </activation> <repositories> <!-- 私有库地址--> <repository> <id>nexus</id> <url>http://IP:8081/nexus/content/groups/public/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <pluginRepositories> <!--插件库地址--> <pluginRepository> <id>nexus</id> <url>http://IP:8081/nexus/content/groups/public/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> </pluginRepositories> </profile></profiles>

制图网(www.makepic.net),专业的logo免费设计在线生成网站,全自动智能化logo设计,商标设计,logo在线生成!

欢迎使用制图网制作属于您公司自己的logo,不仅专业而且经济实惠,全方位满足您公司品牌化、视觉化的需求。

输入激活码

只需简单一步,使用微信扫码(或长按识别二维码)并在任一小程序首页根据提示获取激活码! chatGPT中文网页版,无需注册,快来体验全网最火爆的人工智能应用!
刻字印章刻章子定刻光敏盖章印订制(淘宝商家)

输入激活码

只需简单一步,使用微信扫码(或长按识别二维码)并在任一小程序首页根据提示获取激活码! chatGPT中文网页版,无需注册,快来体验全网最火爆的人工智能应用!
刻字印章刻章子定刻光敏盖章印订制(淘宝商家)
请使用手机淘宝进行扫码