Issue
When I copy and paste a dependency into my pom.xml file in Eclipse, and then click save, nothing happens.
In the video below, when the pom.xml file is saved, a Maven Dependency folder is created and the appropriate jar file is listed when Maven Dependency folder is expanded: Maven Vid
How do I change Eclipse to mimic the behavior shown?
Solution
Make sure you have Build Automatically checked in Eclipse
To update your project with Maven Dependencies manually - right click your project in Project Explorer -> Maven -> Update Project
Answered By - Lia