Hi, I was wondering if buildr could be used to download artifacts from a Maven repository from any ruby script. I need to download them using ruby and thought about giving a try to buildr before going for jruby or something more complicated.
Something along the lines of
require 'rubygems'
require 'buildr'
artifact('org.apache.openjpa:openjpa:jar:1.2.1').invoke
which of course doesn't work.
Any suggestions?
Thanks
