Spring Batch:不可解析的父POM错误

时间:2013-01-31 17:01:14

标签: spring spring-batch sts-springsourcetoolsuite

我正在尝试导入Spring Batch Samples。我已经添加了Spring网站上所述的所有Maven groupids / artifacts / version ...但是我无法构建项目。我搜索了Jarfinder试图找到所有的进口,但仍然有POM的这个问题。因为当我添加Maven时它是为我生成的,所以我不知道该怎么做。感谢。

我收到错误:

无法解析的父POM:未能在repo1.maven.org/maven2中找到org.springframework.batch:org.springframework.batch.parent:2.0.0.RELEASE缓存在本地存储库中,将不会尝试解析直到更新被强制并且'parent.relative.PATH'指向错误的POM。

我正在使用SpringSource Toolsuite。

这是显示错误的代码。

<parent>
    <groupId>org.springframework.batch</groupId>
    <artifactId>org.springframework.batch.parent</artifactId>
    <version>2.0.0.RELEASE</version>
    <relativePath>../spring-batch-parent</relativePath>
</parent>

1 个答案:

答案 0 :(得分:1)

我认为artifactId org.springframework.batch.parent是错误的,应该替换为spring-batch-parent(请参阅maven资源库,例如:http://search.maven.org/#browse|301637886