So I am interested in getting repositories.remote to support auth. The goal is to have buildr deploy to private maven repo's I have a work. What I would like to do is have the following be valid:

    repositories.remote << 'https://a.secure.repo/maven2'
    repositories.remote << { :url => 'https://a.secure.repo/maven2' }
repositories.remote << { :url => 'https://a.secure.repo/maven2', :username => 'blah', :password => 'blah' }

and possibly

repositories.remote << { :url => 'https://a.secure.repo/maven2', :priv_key => 'file' }


I have sourced dived a little to see how repositories.remote is used, but I am not sure if this change would be a colossal PITA. If someone has a better/easier solution I would love to hear it.

thanks,
Michael


Reply via email to