Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejlp12/9f23c0e08639492221c5eebbdca0d37a to your computer and use it in GitHub Desktop.
Save ejlp12/9f23c0e08639492221c5eebbdca0d37a to your computer and use it in GitHub Desktop.
mirror maven repository via wget
wget -P/local/target/directory -r -nH -np --reject html http://mirrors.dotsrc.org/maven2/
wget will put a maven2 repository folder under /local/target/directory on your machine, along with all the repositories artifacts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment