Issue
I am trying to import maven project into eclipse 4.2 version.Its not importing the project properly. Its giving me error "Source folder is not a Java project" while I am trying to create a new call in it. Even ctrl+mouse click is also not working. I don't understand the problem. Even when I right click on project and select build path it shows me no action available. Anyone face the same issue
Solution
In the maven project directory try
mvn eclipse:eclipse
that may do the trick.
Answered By - Matthias
Answer Checked By - Katrina (JavaFixing Volunteer)