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

后端 未结 15 1662
心在旅途
心在旅途 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:54

    You can install M2Eclipse and open the project as maven project in Eclipse. It will create the necessary configuration and entries.

    This is also useful for subsequent updates to the pom. With maven eclipse plugin, you will need to manually regenerate the eclipse configuration for each changes.

提交回复
热议问题