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

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

    Likely quite simple but best way is to edit manually the file .classpath at the root of your project folder with something like

    
            
                
                
            
        
    

    when you want to have jar in your WEB-IN/lib folder (case for a web app)

提交回复
热议问题