久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

maven 遠(yuǎn)程倉(cāng)庫(kù)

 館天下ccf 2015-06-08

eclipse的 preferences -> maven -> User Settings  你就可以看到你的setting.xml文件的地址了,。
 然后將setting.xml文件打開,。修改里面的mirror節(jié)點(diǎn) 。url指向遠(yuǎn)程倉(cāng)庫(kù)的地址,。 這樣設(shè)置之后你的所有項(xiàng)目都有作用,。
 <mirror> 
         <id>central_mirror</id> 
         <name>internal central_mirror epository</name> 
         <url>http://repo1./maven2/</url>
         <mirrorOf>central</mirrorOf>   
 </mirror>
 

如果不修改setting.xml ,也可以在你項(xiàng)目的pom.xml上加入 

  1.   <repositories>  
  2.     <repository>    
  3.        <id>oschinaRepository</id>    
  4.        <name>local private nexus</name>    
  5.        <url>http://maven.oschina.net/content/groups/public/</url>    
  6.        <releases>    
  7.            <enabled>true</enabled>    
  8.        </releases>    
  9.         <snapshots>    
  10.             <enabled>true</enabled>    
  11.         </snapshots>    
  12.     </repository>    
  13. </repositories>  


常見倉(cāng)庫(kù)

共有的倉(cāng)庫(kù)
http://repo1./maven2/
http://repository./maven2/
http://repository./content/groups/public/
http://mirrors./pub/mirrors/maven2/org/acegisecurity/

http://maven./content/groups/glassfish/

https://nexus./nexus/content/repositories/public/

私有的倉(cāng)庫(kù)
http://repository./
http://snapshots.repository./
http://people./repo/m2-snapshot-repository
http://people./repo/m2-incubating-repository/

 

 

 對(duì)當(dāng)前的項(xiàng)目有效,。

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購(gòu)買等信息,,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請(qǐng)點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多