I was having some funky issues with Eclipse and m2e not properly reading the pom.xml and setting up the .classpath properly when importing an existing Maven project into Eclipse from a cloned git repo.
When I did the following:
- Go to File/Import/Maven/Existing Maven Projects
- Chose the root dir of the the existing directory
I got the following error:
An internal error occurred during: “Updating Maven Project”.
Unsupported IClasspathEntry kind=4
Initially, I solved it with a series of back-and-forth commands in → Continue reading “Importing Maven Project from a Cloned Git Project into Eclipse Juno SR2 with m2e”