gpt4 book ai didi

java - BIM服务器错误

转载 作者:行者123 更新时间:2023-12-02 02:46:01 25 4
gpt4 key购买 nike

我在 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com