【轉】國內較快的maven鏡像

來源:互聯網
上載者:User

標籤:

[html] view plaincopy 
  1. 國內串連maven官方的倉庫更新依賴庫,網速一般很慢,收集一些國內快速的maven倉庫鏡像以備用。  
  2.   
  3. ====================國內OSChina提供的鏡像,非常不錯===================  
  4.   
  5. <mirror>  
  6.   
  7.       <id>CN</id>  
  8.       <name>OSChina Central</name>                                                                                                                         
  9.       <url>http://maven.oschina.net/content/groups/public/</url>  
  10.       <mirrorOf>central</mirrorOf>  
  11.   
  12.     </mirror>  
  13.   
  14. ========================================================  
  15.   
  16. OSChina Maven 庫使用協助  
  17.   
  18.   
  19. ==================其他maven倉庫鏡像==========================  
  20.   
  21. <mirror>    
  22.       <id>repo2</id>    
  23.       <mirrorOf>central</mirrorOf>    
  24.       <name>Human Readable Name for this Mirror.</name>    
  25.       <url>http://repo2.maven.org/maven2/</url>    
  26. </mirror>    
  27. <mirror>    
  28.       <id>net-cn</id>    
  29.       <mirrorOf>central</mirrorOf>    
  30.       <name>Human Readable Name for this Mirror.</name>    
  31.       <url>http://maven.net.cn/content/groups/public/</url>     
  32. </mirror>    
  33. <mirror>    
  34.       <id>ui</id>    
  35.       <mirrorOf>central</mirrorOf>    
  36.       <name>Human Readable Name for this Mirror.</name>    
  37.      <url>http://uk.maven.org/maven2/</url>    
  38. </mirror>    
  39. <mirror>    
  40.       <id>ibiblio</id>    
  41.       <mirrorOf>central</mirrorOf>    
  42.       <name>Human Readable Name for this Mirror.</name>    
  43.      <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>    
  44. </mirror>    
  45. <mirror>    
  46.       <id>jboss-public-repository-group</id>    
  47.       <mirrorOf>central</mirrorOf>    
  48.       <name>JBoss Public Repository Group</name>    
  49.      <url>http://repository.jboss.org/nexus/content/groups/public</url>    
  50. </mirror>  
  51.   
  52.   
  53. <mirror>    
  54.       <id>JBossJBPM</id>   
  55.     <mirrorOf>central</mirrorOf>   
  56.     <name>JBossJBPM Repository</name>   
  57.     <url>https://repository.jboss.org/nexus/content/repositories/releases/</url>  
  58. </mirror>  
  59. -------------------------spring maven--------------------------------  
  60. http://maven.springframework.org/release/  
  61. ---------------------------------------------------------------------  
  62. http://maven.antelink.com/content/repositories/central/  
  63. http://nexus.openkoala.org/nexus/content/groups/Koala-release/  
  64. http://maven.tmatesoft.com/content/groups/public/  
  65. http://mavensync.zkoss.org/maven2/  
[html] view plaincopy 

【轉】國內較快的maven鏡像

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.