我正在尝试为春季批次2.1.6构建示例应用程序.(即spring-batch-2.1.6.RELEASE/samples/spring-batch-samples)使用maven但是因为缺少插件而出现此错误:
[错误]插件com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE或其中一个依赖项无法解析:找不到com.springsource.bundlor:com.springsource.bundlor.maven: jar:http://repo1.maven.org/maven2中的1.0.0.RELEASE 被缓存在本地存储库中,在中心的更新间隔过去或强制更新之前,不会重新尝试解析 - >
我可以设置另一个存储库来获取此插件吗?我有点惊讶得到这个错误,因为这是春季批次的最新版本.
这是下载时pom中的存储库部分:
<repositories>
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle External</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6605 次 |
| 最近记录: |