On Thu, Sep 9, 2010 at 6:43 PM, Brian Carper <briancar...@gmail.com> wrote:
> On Sep 9, 3:13 pm, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
>> Can you clarify?  Maven-aware build tools (e.g. Leiningen) should not
>> be trying to downlaod the "clojure-contrib:complete" JAR file.
>> Instead, referencing the "complete" project as a dependency should
>> transitively give you all its dependencies.  Does that not work?
>>
>> -S
>
> Nope.  When I use [org.clojure.contrib/complete "1.3.0-SNAPSHOT"]
> without :classifier "bin", Maven dies because it can't find the
> "complete" JAR file.  Like this: http://gist.github.com/572306
>
> When I specify [... :classifier "bin"], it downloads all 50+ contrib
> JAR files, as well as "complete-1.3.0-SNAPSHOT-bin.jar".
>
> --Brian
>

I think the problem is that the "complete" pom needs to have
<packaging>pom</packaging> to indicate there's not an important jar
file to download.

-- Aaron

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