1

I got the following error message while creating a new Maven project in Eclipse Mare version;

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

What is the problem here?

buræquete
  • 14,226
  • 4
  • 44
  • 89
nanda kumar
  • 31
  • 1
  • 3

1 Answers1

0

Looks like a your local repository is corrupt, check this previous solutions

Community
  • 1
  • 1
Carlos Laspina
  • 2,013
  • 4
  • 27
  • 44