Nexus 私服搭建

转载自:http://blog.youkuaiyun.com/xuke6677/article/details/8482472


settings.xml的配置如下:

在profiles段增加一个profile

 
  1. <profile>  
  2.   <id>nexus</id>  
  3.   <repositories>  
  4.     <repository>  
  5.         <id>nexus</id>  
  6.         <name>local private nexus</name>  
  7.         <url>http://192.168.1.68:8081/nexus/content/groups/public</url>  
  8.         <releases><enabled>true</enabled></releases>  
  9.         <snapshots><enabled>false</enabled></snapshots>  
  10.     </repository>  
  11.     <repository>  
  12.         <id>nexus-snapshots</id>  
  13.         <name>local private nexus</name>  
  14.         <url>http://192.168.1.68:8081/nexus/content/groups/public-snapshots</url>  
  15.         <releases><enabled>false</enabled></releases>  
  16.         <snapshots><enabled>true</enabled></snapshots>  
  17.     </repository>  
  18.   </repositories>  
  19.   <pluginRepositories>  
  20.     <pluginRepository>  
  21.         <id>nexus</id>  
  22.         <name>local private nexus</name>  
  23.         <url>http://192.168.1.68:8081/nexus/content/groups/public</url>  
  24.         <releases><enabled>true</enabled></releases>  
  25.         <snapshots><enabled>false</enabled></snapshots>  
  26.     </pluginRepository>  
  27.     <pluginRepository>  
  28.         <id>nexus-snapshots</id>  
  29.         <name>local private nexus</name>  
  30.         <url>http://192.168.1.68:8081/nexus/content/groups/public-snapshots</url>  
  31.         <releases><enabled>false</enabled></releases>  
  32.         <snapshots><enabled>true</enabled></snapshots>  
  33.     </pluginRepository>  
  34.    </pluginRepositories>  
  35. </profile>  

或者在pom.xml配置如下:

 
  1. <repositories>  
  2.       <repository>  
  3.           <id>nexus</id>  
  4.           <name>local private nexus</name>  
  5.           <url>http://192.168.1.68:8081/nexus/content/groups/public</url>  
  6.           <releases>  
  7.               <enabled>true</enabled>  
  8.           </releases>  
  9.           <snapshots>  
  10.               <enabled>false</enabled>  
  11.           </snapshots>  
  12.       </repository>  
  13.   </repositories>  
  14.   <pluginRepositories>  
  15.       <pluginRepository>  
  16.           <id>nexus</id>  
  17.           <name>local private nexus</name>  
  18.           <url>http://192.168.1.68:8081/nexus/content/groups/public</url>  
  19.           <releases>  
  20.               <enabled>true</enabled>  
  21.           </releases>  
  22.           <snapshots>  
  23.               <enabled>false</enabled>  
  24.           </snapshots>  
  25.       </pluginRepository>  
  26.   </pluginRepositories>  

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值