When importing a maven project with M2Eclipse, M2Eclipse will configure the project by creating the .project, .settings and .classpath files. Is there a possiblity to configure M2Eclipse to add some specefic project natures to the .project file?
While searching for a solution, I found this question from 2011: Can I Configure m2eclipse through pom.xml?
Is there a recommended way now?