Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save atoulme/1007287 to your computer and use it in GitHub Desktop.
Save atoulme/1007287 to your computer and use it in GitHub Desktop.
how to download a maven bundle, and unzip it with Buildr
eclipseSDK = Buildr::artifact("org.eclipse:eclipse-SDK:zip:3.6M3-win32")
eclipseSDK.invoke
Buildr::unzip(File.dirname(eclipseSDK.to_s) => eclipseSDK.to_s).extract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment