I am trying to run Maven archetype plugin using 'mvn archetype:crawl' However it fails with a message
"[INFO] Unable to find resource 'org.apache.maven.plugins:maven-archetype-plugin:maven-plugin:2.0-alpha-6-SNAPSHOT' in repository central (http://central)" Now I already have alpha-5 in my local repo. So can I force the Mevn to not look and use a snapshot version for such plugins. Chetan Mehrotra
