How do I get my Eclipse-Maven project to automatically update its classpath when I change a dependency in my pom.xml file?

前端 未结 5 1986
轻奢々
轻奢々 2020-12-01 14:36

I’m using Eclipse Mars with Maven (v 3.3). When I update a dependency in my pom (change the version), my Eclipse-Maven project doesn’t pick it up, even when I right click m

5条回答
  •  [愿得一人]
    2020-12-01 15:25

    As a last resort, you can delete your current Eclipse installation and install a new version. When you add several plugins, they might interfere with one another and create weird behavior. After you do that, do not import your Maven project into your workspace, but rather create a new one and copy and paste the files that you had.

提交回复
热议问题