Skip to main content

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

No, it is not possible to configure custom project natures and/or
builders in pom.xml.

--
Regards,
Igor

On 11-10-23 4:12 PM, Sebastien Tardif wrote:
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 ?


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top