On Sun, Nov 22, 2009 at 07:14:33AM -0800, bOR_ wrote:

>What is the normal way to let Leiningen know about local jars? I am
>using brics automaton in one of my projects, and that jar is only
>downloadable after confirming the bsd licence (http://www.brics.dk/
>automaton/), so I have it locally on my disk, but it isn't in clojars
>or mvnrepositiory.com.

When the maven fails to find the package, it will spew out
instructions on how to install it into your local maven cache.
Something like:

   mvn install:install-file -DgroupId=org.domain -DartifactId=package
     -Dversion=1.2.3 -Dpackaging=jar
     -Dfile=path/to/file.jar

But, on one line.

Having to agree with a BSD license is a bit strange.

David

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