nexus-3本地下载jar的settipng.xml配置
生活随笔
收集整理的這篇文章主要介紹了
nexus-3本地下载jar的settipng.xml配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?打開maven安裝目錄下的setting.xml
?
?
<servers><server><id>nexus</id><username>admin</username><password>admin123</password></server><server><id>nexus-releases</id><username>admin</username><password>admin123</password></server><server><id>nexus-snapshots</id><username>admin</username><password>admin123</password></server></servers><mirrors>
<mirror><id>nexus</id><mirrorOf>*</mirrorOf><url>http://127.0.0.1:8081/repository/maven-public</url></mirror>
</mirrors><profiles>
<profile><repositories><repository><id>nexus</id><name>Team Nexus Repository</name><url>http://nexus-release</url><releases><enabled>true</enabled> </releases><snapshots><enabled>true</enabled></snapshots></repository></repositories><pluginRepositories><pluginRepository><id>nexus</id><name>Team Nexus Repository</name><url>http://nexus-release</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></pluginRepository></pluginRepositories></profile></profiles><activeProfiles><activeProfile>nexus</activeProfile></activeProfiles>
?
總結
以上是生活随笔為你收集整理的nexus-3本地下载jar的settipng.xml配置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: fresco xml配置属性不起作用
- 下一篇: golang文件操作