有没有办法使用 m2eclipse 为 Eclipse 插件项目生成 MANIFEST.MF?

发布于 2024-09-19 18:16:21 字数 70 浏览 2 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浮生面具三千个 2024-09-26 18:16:21

如果你有一个maven项目,你可以使用 Maven为此捆绑插件

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

深居我梦 2024-09-26 18:16:21

确实 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文