Maven框架Nexus私服配置

Maven框架Nexus私服配置
郭顺发password: 1
Nexus 安装请查看 进入
1. 上传项目到私服上去
1.1. 配置setting.xml
demo:
1 | <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd"> |
1.2. 配置项目pom.xml
1 | <distributionManagement> |
1.3. 上传
deploy maven项目即可。