Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Could we customize inside Maven POM or similar the project nature and builder of project imported using Import -> Maven POM ?

Hi,

There is two ways to use Maven in Eclipse:
1 - Generate using command line the .classpath, and .project than load them
in Eclipse, using http://maven.apache.org/plugins/maven-eclipse-plugin/
2- Using Import -> Maven POM from Eclipse, which will generate and maintain
on the fly the .classpath and .project, using m2e

With number 1 approach it's trivial to "customize" the project nature and
builder generated.

How can we do the same using approach 2, so using m2e ?




Back to the top