0

次のコマンドを実行しようとすると:

mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org.

次のエラー メッセージが表示されます。

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2
.2:generate (default-cli) on project standalone-pom: Execution default-cli of go
al org.apache.maven.plugins:maven-archetype-plugin:2.2:generate failed: Plugin o
rg.apache.maven.plugins:maven-archetype-plugin:2.2 or one of its dependencies co
uld not be resolved: The following artifacts could not be resolved: org.codehaus
.groovy:groovy:jar:1.8.3, org.apache.ant:ant:jar:1.8.1: Could not transfer artif
act org.codehaus.groovy:groovy:jar:1.8.3 from/to central (http://repo.maven.apac
he.org/maven2): GET request of: org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.ja
r from central failed: Read timed out -> [Help 1]

[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResoluti
onException   

ということで訪問しました

https://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

そして、タペストリーのドキュメントでこのエラーの意味を調べるように言われていますが、そこには見つかりません。私が得るどんな助けでも前もってThx。

4

1 に答える 1

0

エラー メッセージには、このファイルのダウンロードに問題があることが示されています。

http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar

ネットワーク設定が原因だと思います。~/.m2/settings.xml で問題の根本原因と見なすべきプロキシ設定はありますか?

于 2012-05-23T14:29:34.087 に答える