【问题标题】:Bimserver errorBIM服务器错误
【发布时间】:2019-07-22 07:38:55
【问题描述】:

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

我首先克隆了 repo,然后导入它,从那里我无法克服这个错误:Execution add-source of goal org.codehaus.mojo:build-helper-maven-plugin:1.10:add-source failed: Plugin org.codehaus.mojo:build-helper-maven-plugin:1.10.

我对maven比较陌生,所以希望能找到解决办法。

【问题讨论】:

    标签: java dependencies maven


    【解决方案1】:

    添加 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>
    

    【讨论】:

      猜你喜欢
      • 2014-06-08
      • 2019-06-30
      • 1970-01-01
      • 2012-09-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-30
      相关资源
      最近更新 更多