【转】国内较快的maven镜像

时间:2023-03-09 20:39:03
【转】国内较快的maven镜像
  1. 国内连接maven官方的仓库更新依赖库,网速一般很慢,收集一些国内快速的maven仓库镜像以备用。
  2. ====================国内OSChina提供的镜像,非常不错===================
  3. <mirror>
  4. <id>CN</id>
  5. <name>OSChina Central</name>
  6. <url>http://maven.oschina.net/content/groups/public/</url>
  7. <mirrorOf>central</mirrorOf>
  8. </mirror>
  9. ========================================================
  10. OSChina Maven 库使用帮助
  11. ==================其他maven仓库镜像==========================
  12. <mirror>
  13. <id>repo2</id>
  14. <mirrorOf>central</mirrorOf>
  15. <name>Human Readable Name for this Mirror.</name>
  16. <url>http://repo2.maven.org/maven2/</url>
  17. </mirror>
  18. <mirror>
  19. <id>net-cn</id>
  20. <mirrorOf>central</mirrorOf>
  21. <name>Human Readable Name for this Mirror.</name>
  22. <url>http://maven.net.cn/content/groups/public/</url>
  23. </mirror>
  24. <mirror>
  25. <id>ui</id>
  26. <mirrorOf>central</mirrorOf>
  27. <name>Human Readable Name for this Mirror.</name>
  28. <url>http://uk.maven.org/maven2/</url>
  29. </mirror>
  30. <mirror>
  31. <id>ibiblio</id>
  32. <mirrorOf>central</mirrorOf>
  33. <name>Human Readable Name for this Mirror.</name>
  34. <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
  35. </mirror>
  36. <mirror>
  37. <id>jboss-public-repository-group</id>
  38. <mirrorOf>central</mirrorOf>
  39. <name>JBoss Public Repository Group</name>
  40. <url>http://repository.jboss.org/nexus/content/groups/public</url>
  41. </mirror>
  42. <mirror>
  43. <id>JBossJBPM</id>
  44.     <mirrorOf>central</mirrorOf>
  45.     <name>JBossJBPM Repository</name>
  46.     <url>https://repository.jboss.org/nexus/content/repositories/releases/</url>
  47. </mirror>
  48. -------------------------spring maven--------------------------------
  49. http://maven.springframework.org/release/
  50. ---------------------------------------------------------------------
  51. http://maven.antelink.com/content/repositories/central/
  52. http://nexus.openkoala.org/nexus/content/groups/Koala-release/
  53. http://maven.tmatesoft.com/content/groups/public/
  54. http://mavensync.zkoss.org/maven2/