You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/11/08 18:16:43 UTC

svn commit: r472549 - /maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt

Author: carlos
Date: Wed Nov  8 09:16:42 2006
New Revision: 472549

URL: http://svn.apache.org/viewvc?view=rev&rev=472549
Log:
[MNG-2016] Added creating a mirror section

Modified:
    maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt?view=diff&rev=472549&r1=472548&r2=472549
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt Wed Nov  8 09:16:42 2006
@@ -137,3 +137,17 @@
 
 +-----+
 
+
+Creating your own mirror
+
+  The central repository requires around 10 GB and growing, and it's updated every 4 hours.
+
+  You can mirror the central repository using rsync with
+
++-----+
+
+rsync -v -t -l -r ftp.ibiblio.org::maven2 /your/local/path
+
++-----+
+
+  If you want to become an official mirror, email us to dev@maven.apache.org with your location and we'll add you to the list of mirrors.