How to add “Maven Managed Dependencies” library in build path eclipse?

后端 未结 15 1663
心在旅途
心在旅途 2020-12-04 11:04

I have created a Maven project and I want to add all Maven dependencies in build path of the project in Eclipse. When I go to Java Bui

15条回答
  •  无人及你
    2020-12-04 11:34

    If you have m2e installed and the project already is a maven project but the maven dependencies are still missing, the easiest way that worked for me was

    • right click the project,
    • Maven,
    • Update Project...

    Eclipse screenshot

提交回复
热议问题