Using Eclipse Luna SR1 with the m2e plugin, I created a Java web project with Maven.
How to remove the default face of a project (e.g. CDI, JPA, etc.) in a pom.xml project?

Uncheck the box "Project boundaries" in the project → Reset properties after Maven → Update project.
Zigac source
share