I want to create a springMvc project using maven in eclipse. I have installed eclipse plugin in eclipse by following the steps shown in this answer : Maven in Eclipse: step by step installation
I didn't have the spring-mvc archetype by default so I created a new archetype with the following details
Archetype Group Id: co.ntier
Archetype Artifact Id: spring-mvc-archetype
Archetype Version: 1.0.2
Repository URL: http://maven-repository.com/artifact/co.ntier/spring-mvc-archetype/1.0.2
After doing all this, I tried creating a new maven project using the spring mvc archetype and i am getting the following error