On Tue, Mar 16, 2010 at 9:22 AM, stevel <[email protected]> wrote:
> I'd really like to use leiningen to assemble my classpath for me, but
> need to reference a jdbc jar.
> What is the approved method of doing this?

The best way to do it would be to push it to a public repository so
everyone on your team can have access to it in an automated fashion.
If the project is only going to be developed on one machine you could
put it in lib/ as David suggests (just be careful not to run clean) or
use mvn install:install-file if you have a pom file for it.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to