We are using apache archiva. Access through https, custom certificate and
username/password, all work flawlessly in lein.

JW


On Thu, Oct 17, 2013 at 5:56 PM, Ben Mabey <b...@benmabey.com> wrote:

> On 10/17/13 9:38 AM, Andrei Serdeliuc wrote:
>
>> Hi,
>>
>> I was wondering how people handle dependencies that aren't on clojars. We
>> have a couple of clojure libs which are hosted on an internal github
>> enterprise.
>>
>> So far I've been using lein's checkouts feature, but this seems fairly
>> difficult when trying to setup continuous integration. As far as I can
>> tell, lein doesn't support git dependencies.
>>
>> I've been thinking about maybe setting up an internal maven repo, but
>> that seems like overkill.
>>
>> Any suggestions?
>>
>> Thanks!
>>
>>  Honestly, my suggestion is to setup a maven repo.  Nexus[1] has a free
> version and is easy to setup.  If you really don't want to do that then you
> can deploy your artifacts to S3 using the lein-wagon[2] plugin.
>
> -Ben
>
>
> 1. http://www.sonatype.org/nexus/**go <http://www.sonatype.org/nexus/go>
> 2. 
> https://github.com/**technomancy/s3-wagon-private<https://github.com/technomancy/s3-wagon-private>
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscribe@**googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/**group/clojure?hl=en<http://groups.google.com/group/clojure?hl=en>
> --- You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> clojure+unsubscribe@**googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to