You don't need a pom file - just append -DgeneratePom=true to mvn
install:install-file and maven will generate one for you.

John

On Mar 16, 9:34 pm, Phil Hagelberg <p...@hagelb.org> wrote:
> On Tue, Mar 16, 2010 at 9:22 AM, stevel <lloyd.st...@gmail.com> 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 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