Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Support for Custom Maven Packaging Types

Hi,
M2e does support custom packaging types without problems as long as the plugins used in those packaging types' lifecycles are themselves supported (either by m2e out of the box or through connectors [1]).
In fact, m2e does not even look at the pom's <packaging> value, but instead delegates execution plan calculcation to maven itself and uses the result to configure eclipse project.

From what I understand, the bugzilla entry you refer to is related to how m2e-wtp handles packaging types wrt configuring web projects. Fred should have more info on that.

[1] https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html



2015-10-22 15:11 GMT+03:00 Nils Liebelt <nils.liebelt@xxxxxxxxxx>:
Hi all,

I am just wondering if there are plans, a prototype or a even time schedule for the support of custom packaging types by now? As far as I know the support was planned for m2e 2.0 release.

But the corresponding ticket is last modified almost a year ago: https://bugs.eclipse.org/bugs/show_bug.cgi?id=412213

Can somebody hint me to a workaround or better options?


Regards,

Nils












_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
Regards,
Anton.

Back to the top