tailrecursion / boot

A Clojure build tool
Eclipse Public License 1.0
111 stars 18 forks source link

boot doesn't pass additional authenticated repositories through to pomegrante #11

Closed bergm closed 9 years ago

bergm commented 10 years ago

In order to use the castra dev ring server with Datomic pro easily, boot needs to allow authenticated third party repositories. In leiningen this config entry adds the Datomic repository:

:repositories #{{:url "https://my.datomic.com/repo" :username "username.email@address.com" :password "datomic-password"}}

If I find the time I'll add it myself and send a pull request, but maybe for you guys this is just a matter of minutes. :) ?

If I remember correctly, right now repositories must be a string, but a map for the above case should be allowed.

micha commented 10 years ago

I'm working on this now. It'll be in the dev branch.

micha commented 9 years ago

Implemented in boot2 boot-clj/boot.