Unable to download jars using M2Eclipse (0.10.0, using Maven 3)
Posted
by DeepNightTwo
on Stack Overflow
See other posts from Stack Overflow
or by DeepNightTwo
Published on 2010-06-11T02:17:42Z
Indexed on
2010/06/11
2:22 UTC
Read the original article
Hit count: 301
I am using M2Eclipse (0.10.0, Maven 3)in projects. I can add Maven dependency using m2eclipse. But dependency jars couldn't be downloaded. Instead, it created a file in each local repo folder named [JAR_Name].jar.lastupdate. The content of this file is some thing like : http\://[REPO_URL]/central/=1276221188566
Even using Maven 3 command line. Jars couldn't be downloaded. Any idea about how could this happen?
© Stack Overflow or respective owner