mavenmaven-nar-plugin

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories. while using in STS


I am able to create Spring Boot Starter Project and Maven Web Project from the STS, but somehow unable to create the maven-archetype-quickstart project in eclipse, its giving me below error

enter image description here

enter image description here

In my project, I am using cacert file and custom setting.xml


Solution

  • I was able to solve this issue by simply deleting the .m2 folder and create maven project from scratch.