maven 私服 nexus3 settings.xml
生活随笔
收集整理的這篇文章主要介紹了
maven 私服 nexus3 settings.xml
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 1. 案例配置
- 2. 企業配置
1. 案例配置
<?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"><pluginGroups></pluginGroups><proxies></proxies><servers><server><id>local-test-release</id><username>admin</username><password>admin</password></server></servers><mirrors><mirror><id>local-test-group</id><name>*</name><url>http://192.168.92.128:8081/repository/local-test-group/</url><!--*指的是訪問任何倉庫都使用我們的私服--><mirrorOf>*</mirrorOf></mirror></mirrors><profiles><profile><id>nexus</id><repositories><!-- 私有庫地址--><repository><id>nexus</id><url>http://192.168.92.128:8081/repository/local-test-group/</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></repository></repositories><pluginRepositories><!--插件庫地址--><pluginRepository><id>nexus</id><url>http://192.168.92.128:8081/repository/local-test-group/</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></pluginRepository></pluginRepositories></profile></profiles><activeProfiles><activeProfile>nexus</activeProfile></activeProfiles></settings>nexus3 settings.xml
2. 企業配置
<?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"><pluginGroups></pluginGroups><proxies></proxies><servers><server><id>nexus</id><username>admin</username><password>admin123</password></server><server><id>snapshots</id><username>admin</username><password>admin123</password></server></servers><mirrors><mirror><id>nexus</id><name>Nexus myself</name><url>http://192.168.2.161:8081/repository/maven-public/</url><!--*指的是訪問任何倉庫都使用我們的私服--><mirrorOf>*</mirrorOf></mirror></mirrors><profiles><profile><id>nexus</id><repositories><!-- 私有庫地址--><repository><id>nexus</id><url>http://192.168.2.161:8081/repository/maven-public/</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></repository></repositories><pluginRepositories><!--插件庫地址--><pluginRepository><id>nexus</id><url>http://192.168.2.161:8081/repository/maven-public/</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></pluginRepository></pluginRepositories></profile></profiles><activeProfiles><activeProfile>nexus</activeProfile></activeProfiles></settings> 創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的maven 私服 nexus3 settings.xml的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 企业微信_Windows版本调试
- 下一篇: b2b优势与劣势_在Amazon Bus