I have converted my java web project to maven project using m2e plugin in eclipse. Now i need to convert it back to java w
I had the same problem when attempting to use Maven with EFXclipse. I wanted to revert, but faced all kinds of unknown errors after following the answer from @DirkNM
So, I just created a new project of my particular type (be it an EFXclipse project, web, java, etc.)
And then re-added all source files and project dependencies to build-path manually.
Sounds harder, but was way easier... considering I didn't have to go looking for all kinds of random settings not reverted back using the answer from @DirkNM