Created
April 15, 2014 20:51
-
-
Save basmussen/10772605 to your computer and use it in GitHub Desktop.
Resolve artifacts from maven repository
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
#!/bin/bash | |
# resolve artifacts from maven repository | |
wget -r -l50 -q -Nc --no-parent -A .jar,.xml,.sha1,.md5 -e robots=off <url> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment