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
Maven
Eclipse
Make sure your packaging strategy defined in your pom.xml is not "pom". It should be "jar" or anything else. Once you do that, update your project right clicking on it and go to Maven -> Update Project...