如何使用 Maven 的程序集插件将实现版本值添加到 jar 清单?
我想使用 Maven 程序集插件向 jar 文件中的清单添加一个 Implement-Version 行,以反映 POM 版本号。
请注意,这与 我最近关于 jar 插件的另一个问题。
I'd like to add an Implementation-Version line to a manifest in my jar file that reflects the POM version number, using the maven assembly plugin.
Note that this is similar but different to another of my recent questions about the jar plugin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其实我是个傻瓜..你用完全相同的方式来做,即
愚蠢的问题。 真的应该先尝试一下。
Actually I'm a fool.. you do it in exactly the same way, i.e.
Silly question. Should have tried that first, really.