Open MAVEN Image Central warehouse based on Google cloud storage

Source: Internet
Author: User
Tags maven central

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.