Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Detecting m2e version in runtime

MavenPluginActivator#getQualifiedVersion or
MavenPluginActivator#getVersion, depending if you need or don't need
version qualifier. Do note these methods are not part of m2e public API
and can be changed or removed without notice. If you want to be
absolutely safe, it is better to use OSGi APIs to get version of org.eclipse.m2e.core bundle.

--
Regards,
Igor

On 2013-07-13 3:59 PM, Aliaksei Lahachou wrote:
Hello everyone,

is there a way to get m2e plugin version in runtime?


Regards,
htfv (Aliaksei Lahachou)


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



Back to the top