Similar issue to this issue but it seems to be a maven/eclipse project issue.
I am using eclipse neon to check out from git, like this:
I am using the following public github repo and I am seeing that Maven m2e during git checkout is not working, I get issues like the screenshot here where "import org.springframework.*" items are not being imported. All of this "just works" when I build with "mvn clean install" from the commandline, but is failing inside eclipse:
I have tried to refresh, and can't figure out any other action which might clear this issue up from inside "m2e" (maven to eclipse) integration in Eclipse Neon.
The projects appear to have "maven nature" but are not buildable. I checked in the project properties and I don't see any errors in the Builders or Java Build Path. I also tried this with Eclipse Mars.2 and had no luck with it either.