Assuming you're already using the m2eclipse plugin, if you right-click on a Maven project there is a Maven submenu.
Two of the actions available in this submenu are:
- Update dependencies
- Update snapshots
I've found an answer that says that "Update snapshots" is equivalent to using the -U parameter for mvn.
If "update snapshots" is the same as mvn -U
what does "update dependencies" do?