maven配置访问nexus私服,从nexus私服下载依赖
生活随笔
收集整理的這篇文章主要介紹了
maven配置访问nexus私服,从nexus私服下载依赖
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
第一步,私服nexus一般會設置鑒權,所以先添加server節點
<server><id>nexus</id><username>admin</username><password>pwd</password></server>這里需要特別注意id節點的值,這個值和后面很多節點相關聯的。
第二部是配置鏡像,也就是私服的鏡像
<mirror><id>nexus</id><mirrorOf>*</mirrorOf><name>nexus</name><url>http://ip:port/repository/xg_public/</url></mirror>注意,這里的id和上面server的id要保持一致,也就是訪問這個鏡像地址的時候,maven使用哪個server節點的用戶名和密碼去訪問私服,如果沒有配置或者id沒有匹配上,訪問nexus會報錯401
第三部是配置profile
<profile><id>nexus</id><repositories><repository><id>central</id><url>http://central</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></repository></repositories><pluginRepositories><pluginRepository><id>central</id><url>http://central</url><releases><enabled>true</enabled></releases><snapshots><enabled>true</enabled></snapshots></pluginRepository></pluginRepositories></profile>注意,這里profile的id和上面鏡像的id需要一致,也就是說,這個profile配置的倉庫去哪個鏡像下載。repository里面的url不重要,應為始終都要去鏡像里面下載,鏡像有地址了。
最后一步就是配置指定哪個profile生效
<activeProfiles><activeProfile>nexus</activeProfile></activeProfiles>這里的值就是上面profile的id
到這里maven配置訪問私服,從私服下載依賴就配置好了
總結
以上是生活随笔為你收集整理的maven配置访问nexus私服,从nexus私服下载依赖的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 管桩的弹性模量计算公式_桩基设计计算公式
- 下一篇: 国标流媒体H5实现无插件视频监控按需直播