Skip to content

Instantly share code, notes, and snippets.

@tuxfight3r
Created August 12, 2015 16:50
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save tuxfight3r/51d42005694c76286e80 to your computer and use it in GitHub Desktop.
Save tuxfight3r/51d42005694c76286e80 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