Skip to content

Instantly share code, notes, and snippets.

@sethcall
Created July 6, 2012 20:31
Show Gist options
  • Save sethcall/3062597 to your computer and use it in GitHub Desktop.
Save sethcall/3062597 to your computer and use it in GitHub Desktop.
A git tarball fetching ivy url resolver!
<!-- untested !-->
<!-- organization = should be name of the github user -->
<!-- module = should be name of the project -->
<!-- revision = should be name of branch or tag -->
<!-- example: https://github.com/isaacs/npm/tarball/master -->
<url name="git-tarball">
<artifact pattern="https://github.com/[organization]/[module]/tarball/[revision]"/>
</url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment