Skip to content

Instantly share code, notes, and snippets.

View ejlp12's full-sized avatar

EJLP ejlp12

  • Indonesia
View GitHub Profile
@ejlp12
ejlp12 / gist:9f23c0e08639492221c5eebbdca0d37a
Created April 9, 2018 11:12 — forked from tuxfight3r/gist:51d42005694c76286e80
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.