You may still find some class cannot be resolved, or some import package can’t be resolved. This is due to that Maven generates some java files that Eclipse doesn’t know how to link. The only way to do that is to move those mvn generated files (usually in `some nested directory/target/generated-sources or generated-test-sources`) to the correct place as indicated from the Eclipse error message.