I'll +1 Archiva. It's easy to setup and pretty simple to use. For a
long time I resisted the idea of running an internal Maven repo at
World Singles so we relied on lein-localrepo and other somewhat hacky
techniques (that Technomancy regularly ribbed me about :) and once we
reached three "rogue" libraries, it was just easier to bite the bullet
and do it the right way.

Archiva has definitely simplified our build process and given us more
control / robustness, and we haven't even scratched the surface of
what it can do.

I haven't looked at Nexus. It looked more complex to setup and use
(but more powerful?).

Sean

On Thu, Oct 17, 2013 at 9:04 AM, Jozef Wagner <jozef.wag...@gmail.com> wrote:
> 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
>> 2. 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+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.
>
>
> --
> --
> 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.



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
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