I have a complex Maven project in eclipse, with a parent pom.xml file and a few childs. When I import as an Existing Maven project in Eclipse, I cannot open any of the files - the workspace shows an empty page. I have gone through this solution here - Eclipse opens blank workspace After restarting, I am able to view 1 or 2 files but in a min my workspace starts showing empty pages again.
Any workaround? In eclipse's configuration/congif.ini osgi.instance.area.default= points to my current workspace, and Maven's settings and repo are set to .m2 folder.
Eclipse gives me no errors.
I have tried deleting an entire .metadata folder and re-creating a project but a workspace for my project is still empty. For no-complex project pages are shown correctly.