Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Specifying Project Builders/Nature

Consider a Maven Project which is imported into Eclipse.If I'm correct, m2eclipse reads the pom file adds the required natures and build commands to the project.All of this is done automatically.


With m2e, it was possible to specify the project nature as configuration to the maven-eclipse-plugin.


How can this be done? For example, I don't want the _javascript_ Nature to be automatically added to a maven project(which has a few js files). Is this possible?

Similarly is it possible to force a nature on a project?

Back to the top