-
-
Save tomcbe/93d9a6eefee27dec3d30bd937602c1df to your computer and use it in GitHub Desktop.
mirror maven repository via wget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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