我分叉了jsoup,我通过eclipse的m2e插件执行了maven install。 我得到的错误是
[ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:2.1.0:manifest (bundle-manifest) on project jsoup: Execution bundle-manifest of goal org.apache.felix:maven-bundle-plugin:2.1.0:manifest failed: Plugin org.apache.felix:maven-bundle-plugin:2.1.0 or one of its dependencies could not be resolved: Failed to collect dependencies for org.apache.felix:maven-bundle-plugin:jar:2.1.0 (): Failed to read artifact descriptor for org.apache.maven:maven-artifact-manager:jar:2.0.7: Could not transfer artifact org.apache.maven:maven-artifact-manager:pom:2.0.7 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom
-> [Help 1]
我是maven的完全菜鸟。有没有人有任何建议?
答案 0 :(得分:2)
您只是遇到连接超时...稍后重试或使用maven代理。