【发布时间】:2014-02-04 05:59:00
【问题描述】:
您好,我是 Spring 的新手,在 STS 修改自动生成的 spring mvc 项目时,我在标记视图中收到此错误:
Description Resource Path Location Type
ArtifactDescriptorException: Failed to read artifact descriptor for org.springframework:spring-context:jar:${spring.version}: ArtifactResolutionException: Failure to transfer org.springframework:spring-context:pom:${spring.version} from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework:spring-context:pom:${spring.version} from/to central (http://repo.maven.apache.org/maven2): Illegal character in path at index 72: http://repo.maven.apache.org/maven2/org/springframework/spring-context/${spring.version}/spring-context-${spring.version}.pom pom.xml /MMASGIS7 line 1 Maven Dependency Problem
你可以在http://pastebin.com/DkKzG2DR 看到我的 pom.xml 你能告诉我正确的方向来解决它吗?
【问题讨论】:
标签: java spring-mvc maven-2