Search code examples
eclipsemaven-2osgim2eclipse

Is there a way to generate the MANIFEST.MF for an Eclipse plug-in project with m2eclipse?


I have a mavenized Eclipse plug-in project and I would like to be able to generate an OSGi-ready manifest for it. Is this supported by m2eclipse?


Solution

  • If you have a maven project, you can use the Maven Bundle Plugin for this.