On Fri, Mar 5, 2010 at 3:56 PM, Brian Schlining <bschlin...@gmail.com> wrote:
>> (3) Managing proprietary libraries and API's that you are developing
>> or using...  Yes you can throw these into your own maven repo, but
>> then you also need to manage, configure and secure a server (when
>> working in a team).
>
> Actually, you can create a project local directory (e.g. myproject/lib or
> the more maven-ish myproject/src/lib) that acts as a maven repository and
> stick your dependencies in that directory. Then you can check it in to
> source control with your project.

If you're using git, this should be avoided. git is remarkably bad at
storing binary data. A number of projects I've been watching have made
this mistake, and they've all had to correct it by rewriting history
down the line, which is very awkward.

-Phil

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

Reply via email to