I have a parent Maven project (using java facet version 1.7) which includes some modules. I got the following warning from Eclipse Juno SR1:
Implementation of project facet java could not be found. Functionality will be limited (Unknown Faceted Project Problem)
How can I get rid of this error? Quick fix didn't found anything. Interestingly, I do not have Project Facet entry in the Project properties dialog.
This occurs when you upgrade your IDE or open a project from older IDE into a new one.
To solve (remove the unsupported facet):
After all done, you may, if not done yet, mark the correct facet to your project to work.