我正在尝试按照官方教程安装 OpenTripPlanner 。我已经正确克隆了 git 存储库,然后我在 Eclipse 中导入了项目,但它无法构建所有包。错误之一是“无法解析导入 org.geotools”所以我尝试了Maven 教程,但是当我运行“ 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] ------------------------------------------------------------------------
谷歌搜索,我没有找到类似的东西,所以,怎么回事?