Mirrors ******* Links ===== `Using Mirrors for Repositories`_ Setup ===== Add a ``mirrors`` tag to your ``$HOME/.m2/settings.xml`` file. This is the ``mirrors`` section of my current ``settings.xml`` file (Note: it does not solve all issues with *codehaus* being unavailable.): :: ggi-project.org http://ftp.ggi-project.org/pub/packages/maven2 central planetmirror.com http://downloads.planetmirror.com/pub/maven2 central lsu.edu http://ibiblio.lsu.edu/main/pub/packages/maven2 central ibiblio.net http://www.ibiblio.net/pub/packages/maven2 central dotsrc.org http://mirrors.dotsrc.org/maven2 central sunsite.dk http://mirrors.sunsite.dk/maven2 central snapshots codehaus hack snapshots codehaus hack http://www.ibiblio.org/maven2/ snapshots .. _`Using Mirrors for Repositories`: http://maven.apache.org/guides/mini/guide-mirror-settings.html