I have setup Maven project locally without eclipse, it is completed succefully. Now i have downloaded Eclipse indgo 3.7.0. Since Eclipse-indigo is having m2e(maven 2 eclipse
Eclipse has a built-in Maven implementation. Try to compile the project from command line with the same Maven version as Eclipse has or set your Maven installation in Eclipse (Window / Preferences / Maven / Installations).
Check the sha1 checksums in org/apache/maven/plugins/maven-resources-plugin/
under your local repository and delete the maven-resources-plugin
directory if any of them are wrong. Or just delete the directory and let the maven to download it again.
solved, issue was since working in an organization( where proxy enabled), enabled proxy in settings.xml as given by maven in 5 min not working