Actually,  I see that if I want to use the individual jars I need to specify
the dependency type:

        <dependency>
            <groupId>org.clojure.contrib</groupId>
            <artifactId>complete</artifactId>
            <type>pom</type>
            <version>1.3.0-alpha1</version>
        </dependency>

otherwise maven dies trying to find a complete-1.3.0-alpha1 jar file.

I'll see if I can come up with work around.

Mark

-- 
Pull me down under...



On Sat, Sep 25, 2010 at 5:13 PM, Mark Derricutt <m...@talios.com> wrote:

> Using the classifer "bin" would give you the single uber-jar, however - if
> you just use the default classifier ( i.e. don't mention it ) it should pull
> in ALL of 'completes' transitive dependencies.
>
> I've just tried this locally and that seems to be working fine for me.  I
> see maven downloading all 61 odd submodules.
>
> Mark
>
> --
> Pull me down under...
>
>
>
>
> On Sat, Sep 25, 2010 at 7:52 AM, Stuart Sierra <
> the.stuart.sie...@gmail.com> wrote:
>
>> On Sep 24, 3:37 pm, Brian Carper <briancar...@gmail.com> wrote:
>> > As of yesterday, the "complete" dependency still doesn't work with
>> > Maven unless you add <classifier>bin</classifier>.  [1] [2]
>> >
>> > As of today, I can't even manage to pull individual libs.  I thought
>> > this was how to fetch clojure.contrib.sql, but it fails. [3]
>>
>> Dammit.  I need some help too now.  Mark, where are you?
>>
>> -S
>>
>> --
>> 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<clojure%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>>
>
>

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