java - joda-time 1.6.2 jar not downloading from maven central repository -


i issue i'm trying bring in joda-time jar eclipse can't find it, reason. message get: 1/25/11 11:53:22 cst: missing artifact joda-time:joda-time:jar:1.6.2:compile

here dependency:

<dependency>    <groupid>joda-time</groupid>    <artifactid>joda-time</artifactid>    <version>1.6.2</version>   </dependency> 

however, can go http://repo1.maven.org/maven2/joda-time/joda-time/1.6.2/ , it's there.

any ideas on why seems i'm unable retrieve it? if there's other information might seem pertinent, let me know , i'll include it.

i've run other artifacts when .m2 repo gets munged. delete .m2/joda-time folder , try again. if doesn't work show repository list. think if generate effective pom, show complete list. if doesn't, show repositories section settings.xml, parent pom, , poms.

also version of maven using?

finally, if run tricky maven issues try solve @ command line using maven (preferably same version m2eclipse using) , resolve there, when done, resolve in m2.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -