maven integration in eclipse new project checked out but can't navigate

15,589

Solution 1

I figured out my issue. I had to check out the project from CVS. Then (that's the important part), perform a maven import of an existing project within eclipse. That created maven "ready" projects where I could use all of the IDE's functionality.

Solution 2

Yes, you're right. If you import directly from a repository, hovering, linking and opening declarations isn't gonna work. Your solution is right, although another one more direct is use the "File->New->Other->Maven->Checkout Maven Projects from SCM". If then, you have problems because you can't select any SCM type, check Checkout Maven project from SCM - no connectors. If with connectors installed you still have problems: http://forum.springsource.org/showthread.php?102665-SCM-types-not-available-in-Checkout-Maven-Projects-from-SCM.

Share:
15,589
user899757
Author by

user899757

Updated on August 01, 2022

Comments

  • user899757
    user899757 almost 2 years

    I am struggling with maven in Eclipse even though I have m2e.

    I checked out a maven project from CVS and cannot navigate anywhere. If I try References > Project, I get a pop up saying:

    "Problems opening an editor Reason: services does not exist".

    services is the name of the main project, which has sub projects within it. It all builds successfully so I am not sure why Eclipse does not work.

    I suspect something related to classpath but have no idea how to edit it since it is not available from the project's properties. I actually tried to manually create a .classpath file but it did not help.

    I also converted the project to a maven project but that did not help either.

    Any ideas? I am using Eclipse JUNO.

  • Mike Scattoni
    Mike Scattoni about 10 years
    Hi, I have the same problem. I dont understand how you fixed it. I imported my Maven project into Eclipse using 'File ->Import ->Maven ->Existing Maven Project'. What I miss? thanks