The Maven master database requires more than 10 Gb of space and is updated every 4 hours.
If you want to create your own image, you can use rsync to download the following images:
Rsync-v-T-l-R mirrors.ibiblio.org: maven2/Your/local/path
Rsync-v-T-l-R rsync: // rsync. CICA. es/maven2/Your/local/path
Note:
Rsync is a data image backup tool in Unix-like systems. It can be seen from the software name-Remote Sync. Its features are as follows:
1. images can be used to save the entire directory tree and file system.
2. It is easy to maintain the permissions, time, and soft links of the original file.
3. installation without special permissions.
4. optimized process, high file transmission efficiency.
5. You can use RCP, ssh, and other methods to transmit files. Of course, you can also use a direct socket connection.
6. Anonymous transmission is supported.
Rsync supports most UNIX-like systems, which can be updated from http://rsync.samba.org.