I downloaded a fresh copy of Eclipse IDE for Java EE Developers (eclipse-jee-luna-SR1a-win32-x86_64.zip).
I created a new Maven project (J2EE 1.4 web application archetype) in a new Workspace. When trying to add a class, for example - RestClient - the Eclipse displays error (RestClient cannot be resolved to a type) and the context menu does not display the option "Search dependency for RestClient", as it appears in various videos such as "Adding Project Dependencies in m2eclipse (https://www.youtube.com/watch?v=H8QdjyCB8Nw)".
Snapshot from video: Eclipse Maven Search Dependency
The same behavior also occurs in fresh copy of JBoss Developer Studio (Version: 8.0.0.GA).
Is there a way to fix that? Thanxs!!!