我想導入Spring批處理示例。我已經在Spring Web站點上添加了所有的Maven groupids/artifacts/version ...但我無法獲得該項目的構建。我搜索了Jarfinder試圖找到所有的進口,但仍與POM有這個問題。因爲它是在添加Maven時爲我生成的,所以我不知道該怎麼做。謝謝。Spring批處理:不可解析的父POM錯誤
我得到的錯誤:
不可分辨父POM:未能找到org.springframework.batch:org.springframework.batch.parent:2.0.0.RELEASE在repo1.maven.org/maven2是緩存在本地存儲庫中,直到更新被強制並且'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>
可能你只是嘗試刪除後 ?? –