Java 错误传输工件:连接超时

Java 错误传输工件:连接超时,java,maven,maven-2,Java,Maven,Maven 2,我第一次尝试在我的系统上构建OpenTripPlanner版本。有几个依赖项错误,我可以通过手动下载jar并将其添加到.m2/repository 但是,我无法绕过第二个依赖项错误。以下是maven构建的错误日志 [INFO] opentripplanner-geocoder .......................... SUCCESS [ 1.976 s] [INFO] opentripplanner-gui ............................... FAILU

我第一次尝试在我的系统上构建OpenTripPlanner版本。有几个依赖项错误,我可以通过手动下载jar并将其添加到
.m2/repository

但是,我无法绕过第二个依赖项错误。以下是maven构建的错误日志

[INFO] opentripplanner-geocoder .......................... SUCCESS [  1.976 s]
[INFO] opentripplanner-gui ............................... FAILURE [ 11.088 s]
[INFO] opentripplanner-webapp ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.144 s
[INFO] Finished at: 2015-02-18T15:33:08-05:00
[INFO] Final Memory: 25M/412M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project opentripplanner-gui: Could not resolve dependencies for project org.opentripplanner:opentripplanner-gui:jar:0.6.0-SNAPSHOT: Failed to collect dependencies at org.processing:core:jar:1.0.7: Failed to read artifact descriptor for org.processing:core:jar:1.0.7: Could not transfer artifact org.processing:core:pom:1.0.7 from/to axis (http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.axis2/): connect timed out -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :opentripplanner-gui
[INFO]opentripplanner地理编码器。。。。。。。。。。。。。。。。。。。。。。。。。。成功[1.976秒]
[信息]opentripplanner gui。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。故障[11.088秒]
[信息]opentripplanner网络应用。。。。。。。。。。。。。。。。。。。。。。。。。。。。跳过
[信息]------------------------------------------------------------------------
[信息]生成失败
[信息]------------------------------------------------------------------------
[信息]总时间:53.144秒
[信息]完成时间:2015-02-18T15:33:08-05:00
[信息]最终内存:25M/412M
[信息]------------------------------------------------------------------------
[错误]未能在project opentripplanner gui上执行目标:无法解析项目组织的依赖项。opentripplanner:opentripplanner gui:jar:0.6.0-SNAPSHOT:未能在组织上收集依赖项。处理:核心:jar:1.0.7:无法读取组织的工件描述符。处理:核心:jar:1.0.7:无法传输工件组织处理:核心:pom:1.0.7从/到轴(http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.axis2/):连接超时->[帮助1]
[错误]
[错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。
[错误]使用-X开关重新运行Maven以启用完整调试日志记录。
[错误]
[错误]有关错误和可能的解决方案的更多信息,请阅读以下文章:
[错误][帮助1]http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[错误]
[错误]纠正问题后,可以使用命令恢复生成
[错误]mvn-rf:opentripplanner gui

我知道它与
core-1.0.7.jar有关,但我无法回避它

事实证明,将存储库从OpenGeo切换到Conferal就是所需的一切。帮助我解决这个问题的讨论线程:

你能从你的主机上卷曲到吗?是的,卷曲没有问题。
org.processing:core:pom
在该存储库中不可用是第三方还是你的本地产品?他们可能会删除它。我尝试构建的版本是自定义版本,但基于OpenTripPlanner()的旧版本。我想知道我是否可以下载core-1.0.7.jar并手动添加它,它可能会起作用,虽然问题似乎在这里:`无法将工件组织传输。处理:core:pom:1.0.7 from/to axis():connect timed out->[Help 1]` settings.xml中的配置看起来有问题。