java - BIM服务器错误

标签 java dependencies maven

我在 eclipse 上运行 bimserver 时遇到问题。

我首先克隆存储库,然后导入它,从那里我无法克服此错误: Execution add-source of goal org.codehaus.mojo:build-helper-maven-plugin:1.10:add -源失败:插件org.codehaus.mojo:build-helper-maven-plugin:1.10。

我对maven比较陌生,所以希望找到解决方案。

最佳答案

添加 bimserver 作为 pom.xml 的依赖项

<dependencies>
    <!-- https://mvnrepository.com/artifact/org.opensourcebim/bimserver -->
    <dependency>
        <groupId>org.opensourcebim</groupId>
        <artifactId>bimserver</artifactId>
        <version>1.5.21</version>
    </dependency>
</dependencies>

关于java - BIM服务器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57143955/

相关文章:

java - 为什么输入与 "-1"进行比较?

c# - CS0436 共享项目的编译器警告

ios - Cocoapod - 创建一个依赖于另一个 cocoapod 的新 cocoapod 失败

java - 使用 kubernetes-client exec() 使用 PipeInputStream 破坏管道

java - Hibernate - 修改父对象时对子对象(集合)进行级联修改

c++ - dll依赖版本冲突

java - Tomcat v7.0 在启动期间不工作(A child container failed during start java.util.concurrent.ExecutionException)

java - maven依赖无法导入

java - Eclipse 在重命名时复制包及其资源

java - 尝试使用 XPage 将多值字段连接到 Java Bean 时出现类型不匹配