On Jul 4, 10:16 am, Ken Wesson <kwess...@gmail.com> wrote:
>
> Requiring any project that has dependencies, even if these are only
> other local projects, have a repository adds gratuitous ceremony.
>

I don't know what it is like with leiningen, but with maven a
"repository" doesn't necessarily mean you're running a client/server
app on a machine - there's a directory (~/.m2/repository) on your
machine that maven checks for artifacts that is considered a local
repository. When you run "mvn install" they get added to this
directory and then your other projects can depend on them.

So if you've already made the leap to using maven with one project,
using it for another is not a big deal.

- Steve

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