I wanna make web project using the Maven to import automatically all libraries that I need, so I chose \"maven-archetype-webpp\"
after that I got this error
For Unix Users
find ~/.m2 -name "*.lastUpdated" -exec grep -q "Could not transfer" {} \; -print -exec rm {} \;
Right-click your project and choose Update Dependencies
For Windows
for /r %i in (*.lastUpdated) do del %i