I’m just playing around with Spring Roo and multi-module Maven projects. When I start to import a project into the STS I am getting the following error and the SDK is getting unresponsive:
“Updating Maven Project”. Unsupported IClasspathEntry kind=4
The problem is somehow related to the m2e plugin integrated in the STS.
So solve this select (right click) on the STS/Eclipse modules
Maven -> Disable Maven Nature

run in the terminal
mvn eclipse:clean
and select again in STS
Configure -> Convert to Maven Project
The post “Updating Maven Project”. Unsupported IClasspathEntry kind=4 appeared first on Happy Coding Journal.