在elcipse中导入maven项目时,pom.xml报在elcipse中导入maven项目时,pom.xml报ArtifactDescriptorException错误

你的maven用的是公司的还是maven自己的。看看是不是要改setting文件
猜测原因:maven在下载jar包的时候没下载好,产生.lastupdated
maven默认的下载repository在国外,在网不好的情况下很容易下载失败,并产生.lastupdated文件
解决办法:删除你的.m2/repository/下所有.lastupdated的文件,重新build以下maven项目
例如:xxx.\m2\repository\commons-lang\commons-lang\2.6\下的xxx.lastupdated文件