2017-04-17 41 views
1

Eclipse Mareバージョンで新しいMavenプロジェクトを作成中に次のエラーメッセージが表示されました。Eclipse Mareでプロジェクトを作成中にMavenに問題が発生しました

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories. 
Could not resolve artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:1.0 
Failure to transfer org.apache.maven.archetypes:maven-archetype-webapp:pom:1.0 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:1.0 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org 
Failure to transfer maven-archetype-webapp:pom:1.0 from repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:1.0 from/to central: repo.maven.apache.org 

ここで問題は何ですか。

+0

あなたはこのホストへのアクセスを持ってます。https://repo.maven.apache。 org/maven2 –

答えて

関連する問題