首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Spring Batch Admin ...问题构建1.3.0版本

Spring Batch Admin ...问题构建1.3.0版本
EN

Stack Overflow用户
提问于 2015-01-03 05:08:23
回答 1查看 262关注 0票数 0

我拉出了最新的Spring Batch Admin-1.3.0-RELEASE,正在尝试构建和部署。在eclipse中,我将其作为Maven项目导入。我尝试使用maven进行构建,但它失败了,除非我从pom.xml文件中删除这些行。

代码语言:javascript
复制
        <plugin>
            <groupId>com.springsource.bundlor</groupId>
            <artifactId>com.springsource.bundlor.maven</artifactId>
        </plugin>

否则我会得到一个错误

代码语言:javascript
复制
[ERROR] Failed to execute goal com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE:bundlor (bundlor-transform) on project spring-batch-admin-resources: Execution bundlor-transform of goal com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE:bundlor failed: Plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.objectweb.asm:com.springsource.org.objectweb.asm.tree:jar:3.1.0, org.objectweb.asm:com.springsource.org.objectweb.asm.commons:jar:3.1.0, org.objectweb.asm:com.springsource.org.objectweb.asm:jar:3.1.0: Could not find artifact org.objectweb.asm:com.springsource.org.objectweb.asm.tree:jar:3.1.0 in internal-repository (http://nexus-server:8082/nexus/content/groups/released) -> [Help 1]
EN

回答 1

Stack Overflow用户

发布于 2015-01-03 05:48:55

您必须在pom.xml中添加spring存储库,以便让maven在查找依赖项as mentioned here时也在那里查找。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/27748571

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档