The central warehouse for open MAVEN images based on Google Cloud storage is chszs and cannot be reproduced without the permission of the blogger. Permission to reprint should be marked by the author and blog home: Http://blog.csdn.net/chszs
Takari, http://takari.io/, a company created by Maven founder Jason Van Zyl, recently announced the creation of a MAVEN image warehouse on Google Cloud storage, open to all developers worldwide. This central repository can be used by mainstream dependency management tools such as Maven, Apache Ivy, Gradle, and more.
One of the most important resources of the Java community in the Maven central repository, leaving the MAVEN repository for Java project development is unimaginable.
Google Cloud Storage (Storage) allows users to store unlimited data on their cloud infrastructure, a container called buckets, which Google claims to have ultra-fast performance, excellent reliability, and high availability. Can be used to do Web application hosting, document archiving, disaster recovery and other scenarios.
To use this MAVEN image central repository, simply modify the section's contents in the Maven settings.xml configuration file, as follows:
<mirrors> <mirror> <id>google-maven-central</id> <name>Google Maven Central</name> <url>https://maven-central.storage.googleapis.com</url> <mirrorOf>central</mirrorOf> </mirror> </mirrors>
Blessed is the developer of the foreign country, the MAVEN Mirror central warehouse is much faster than the MAVEN official MAVEN Central Warehouse, further improving the productivity of research and development.
Currently this MAVEN Image Central warehouse is not a wall, use is normal, domestic use it to download the speed of the dependent package can also reach hundreds of KB, the speed is good. Of course, in the speed can not be compared with the domestic open source China's MAVEN image, open source China's image settings are as follows:
<mirrors> <mirror> <id>nexus-osc</id> <mirrorOf>*</mirrorOf> <name>Nexus osc</name> <url>http://maven.oschina.net/content/groups/public/</url> </mirror> </mirrors>
But open source China also has the inferior, the open source China's MAVEN Mirror warehouse update frequency is said to be once a day, far less than the MAVEN image Central warehouse on the Google cloud storage.
Copyright NOTICE: This article for Bo Master Chszs original article, without Bo Master permission not reproduced.
Open MAVEN Image Central warehouse based on Google Cloud storage