将Spring3.0的jpetstore导入到Springsource Tool Suite时出现Maven错误

时间:2012-05-20 13:55:27

标签: java spring maven

我从SVN下载了JPetstore,并且有一些我无法解决的maven错误

我尝试过运行maven-update依赖项和maven-update项目配置但没有帮助。

错误如下:

The container 'Maven Dependencies' references non existing library 
'C:\Users\YYC\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar

ArtifactDescriptorException: Failed to read artifact descriptor for 
org.springframework:spring-context-support:jar:3.0.0.BUILD-SNAPSHOT: 

的Maven:2.2.1

Spring JPetstore https://src.springframework.org/svn/spring-samples/jpetstore/trunk/org.springframework.samples.jpetstore/

我想了解错误并解决它们,以便我可以构建和运行JPetStore代码。

1 个答案:

答案 0 :(得分:0)

似乎答案是编辑pom.xml以引用 Spring 3.0.5.RELEASE 替换文件中的3.0.0.BUILD-SNAPSHOT。