Issue
which is the equivalent from command line of the eclipse command: Right click on project -> maven -> update project ?
Thanks
Solution
It is an Eclipse feature. There is no command line equivalent.
Maven projects don't need to be "updated", this is an Eclipse thing.
If you want to update Snapshots, though, you need to build with -U
as mentioned in the answer of @DarkStar1.
Answered By - J Fabian Meier