You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Den Orlov <de...@mail.ru> on 2008/07/25 14:10:56 UTC

Can't get SNAPSHOT artifact from maven repo

I am using 2.0.0-beta2 ivy.

I've decplared 

        <dependency org="com.google.common" name="google-collect"
rev="0.5-SNAPSHOT"/>

as my dependency and specified

            <ibiblio name="object.web" m2compatible="true"
root="http://maven.objectweb.org/maven2-snapshot/" pattern=""/>

in my ivy-settings.xml. But it looks like that ivy can't handle SNAPSHOTs
from that maven repo:

[ivy:retrieve]  ==== object.web: tried
[ivy:retrieve]   
http://maven.objectweb.org/maven2-snapshot/com/google/common/google-collect/0.5-SNAPSHOT/google-collect-0.5-SNAPSHOT.pom
[ivy:retrieve]    -- artifact
com.google.common#google-collect;0.5-SNAPSHOT!google-collect.jar:
[ivy:retrieve]   
http://maven.objectweb.org/maven2-snapshot/com/google/common/google-collect/0.5-SNAPSHOT/google-collect-0.5-SNAPSHOT.jar
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          :: com.google.common#google-collect;0.5-SNAPSHOT:
not found
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::

What's wrong with my configuration?

Den
-- 
View this message in context: http://www.nabble.com/Can%27t-get-SNAPSHOT-artifact-from-maven-repo-tp18650484p18650484.html
Sent from the ivy-user mailing list archive at Nabble.com.