Skip to content

Instantly share code, notes, and snippets.

@basmussen
Created April 15, 2014 20:51
Show Gist options
  • Save basmussen/10772605 to your computer and use it in GitHub Desktop.
Save basmussen/10772605 to your computer and use it in GitHub Desktop.
Resolve artifacts from maven repository
#!/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