m2e Eclipse indigo gives error

前端 未结 3 1901
灰色年华
灰色年华 2021-01-11 17:36

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

相关标签:
3条回答
  • 2021-01-11 17:51

    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).

    0 讨论(0)
  • 2021-01-11 17:57

    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.

    0 讨论(0)
  • 2021-01-11 18:05

    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

    0 讨论(0)
提交回复
热议问题