This is all you need:
Here is what worked for me: After the steps posted in Answer 21 above (the last being Convert to Maven Project), I did:
mvn eclipse:eclipse
- this regenerates your .project and .classpath files (both of which were blown away by mvn eclipse:clean
in step (2) above)
In Eclipse, I right-clicked my project(s) and then Maven > Update Project
I did not see the Unsupported IClasspathEntry kind=4
message anymore :)
As posted here, the problem is the command line eclipse project generation. So, do not use mvn eclipse:eclipse instead do:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With