Maven官方中央倉庫在國內訪問實在是太雞肋。阿里的倉庫同步官方倉庫不是很及時,所以存在新更新的包無法自動導入的情況,經過在全網一番精心尋找,終於找到一個和maven官網倉庫差不多同步的maven倉庫,並且測試在國內的下載速度不是很慢。
國內著名的倉庫就是阿里的maven倉庫:https://maven.aliyun.com/mvn/view
<mirror> <id>aliyunmaven</id> <mirrorOf>*</mirrorOf> <name>阿里雲公共倉庫</name> <url>https://maven.aliyun.com/repository/public</url> </mirror>
Pentaho的倉庫:https://nexus.pentaho.org/
<mirror> <id>nexus-pentaho</id> <mirrorOf>central</mirrorOf> <name>Nexus pentaho</name> <url>https://nexus.pentaho.org/content/repositories/omni/</url> </mirror>
安全問題:
FYI:
https://baike.baidu.com/item/Pentaho/3674418?fr=aladdin