javaeclipsemaven

eclipse after change pom dependencies, order of maven update project, maven clean install, eclipse > project > clean, server clean


In eclipse, after I changed the dependencies in pom.xml, then what should I do to make the server in eclipse use the updated dependencies (assume project > build automatically is selected)?

should be

  1. maven > update project, then
  2. maven clean install, then
  3. project > clean, then
  4. right click server, clean ?

Solution

  • With default settings you only need Maven/Update project.