Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories.
Somwtime while ceating Maven project we get this error
Solution: open Eclipse and do the below steps:
- Open Window > Preferences
- Open Maven > Archetypes
- Click 'Add Remote Catalog' and add the following:
- Catalog File: https://repo1.maven.org/maven2/archetype-catalog.xml
- Description: maven catalog
Then Simply Clean build on eclipse it will work!!
Comments
Post a Comment