【问题标题】:Spring Batch Admin ... Problems Building 1.3.0 RELEASESpring Batch Admin ...构建1.3.0版本的问题
【发布时间】:2015-01-02 21:08:23
【问题描述】:

我提取了最新的 Spring Batch Admin-1.3.0-RELEASE 并尝试构建和部署。在 Eclipse 中,我将其作为 Maven 项目导入。我尝试使用 maven 构建,除非我从 pom.xml 文件中删除这些行,否则它会失败。

        <plugin>
            <groupId>com.springsource.bundlor</groupId>
            <artifactId>com.springsource.bundlor.maven</artifactId>
        </plugin>

否则我会出错

[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]

【问题讨论】:

    标签: spring maven spring-batch spring-batch-admin


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-09-27
      • 2022-08-24
      • 2020-02-19
      • 1970-01-01
      • 2011-10-16
      • 2015-05-06
      • 1970-01-01
      • 2018-12-20
      相关资源
      最近更新 更多