Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] How to add maven extensions in M2Eclipse

Hi there,

I have a maven extension, which works if I put it under <M2_HOME>/lib/ext . I developed a similar extension as https://github.com/etesla/tesla-profiler
However, how can I make it work in M2Eclipse? It seems I can add my jar file to Bundle-Classpath in  /home/chandler/Juno/plugins/org.eclipse.m2e.maven.runtime_1.1.0.20120529-1956/META-INF/MANIFEST.MF. But this is ugly. Is there an elegant way to do this?

Thanks,
Chandler


Back to the top