【发布时间】:2013-05-20 14:29:58
【问题描述】:
我正在尝试按照official tutorial 安装 OpenTripPlanner。
我已经正确地克隆了 git 存储库,然后我在 Eclipse 中导入了项目,但它无法构建所有包。错误之一是“无法解析导入 org.geotools”
所以我尝试了Maven tutorial,但是当我运行“mvn install integration-test -DskipTests -P interactive
”时,我得到:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.geotools:library:pom:null
Reason: Cannot find parent: org.geotools:modules for project: org.geotools:library:pom:null for project org.geotools:library:pom:null
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Mon May 20 15:53:31 CEST 2013
[INFO] Final Memory: 44M/473M
[INFO] ------------------------------------------------------------------------
谷歌搜索,我没有找到类似的东西,所以,这是怎么回事?
【问题讨论】:
-
是否设置了版本变量?
-
@iant,是的,代码与发布在 Git 存储库 github.com/openplans/OpenTripPlanner
8.0-M4 上的代码相同
标签: maven gis geotools opentripplanner