有没有办法使用 m2eclipse 为 Eclipse 插件项目生成 MANIFEST.MF?
我有一个 Maven 化的 Eclipse 插件项目,我希望能够为其生成 OSGi 就绪的清单。 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你有一个maven项目,你可以使用 Maven为此捆绑插件。
If you have a maven project, you can use the Maven Bundle Plugin for this.
确实 maven-bundle-plugin,使用时eclipse 还可以查看“Eclipse/PDE 集成”一章,将 MANIFEST.MF 放在 eclipse 可以理解的位置。
Indeed maven-bundle-plugin, when using eclipse also have a look at the "Eclipse/PDE integration" chapter to put the MANIFEST.MF in a location eclipse understands.