PaulM
PaulM

Reputation: 375

Eclipse IDE does not create Maven Dependencies on save of POM file

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?

Upvotes: 0

Views: 515

Answers (1)

Lia
Lia

Reputation: 526

Make sure you have Build Automatically checked in Eclipse

enter image description here

To update your project with Maven Dependencies manually - right click your project in Project Explorer -> Maven -> Update Project enter image description here

Upvotes: 1

Related Questions