I'm following the video tutorial at http://m2eclipse.sonatype.org/adding-project-dependencies-in-m2eclipse.html and for the life of me I don't understand why after a clean installation I get completely different results from the guide.
I type in:
RestClient client;
and then attempt to "Search dependency for RestClient" and instead of getting numerous results like the guy in the video, I get 0. Is the repository my instance of m2eclipse is using somehow wrong?
Thanks!