如何将SVN版本或构建时间戳添加到Maven打包结果中?
我有一个由几个模块组成的 Maven 项目。 我想向正在构建的每个模块添加 SVN 版本信息,例如 假设结构如下:
parent-proj
--模块A
--moduleB
我希望 moduleA 和 moduleB 包阶段将 SVN 信息添加到 moduleA 和 moduleB 构建结果中:例如 moduleA-.jar。
谢谢,
阿维亚德
I have maven project that consists of several modules.
I want to add an SVN version information to every module being built e.g.
assuming that the structure is as follows:
parent-proj
--moduleA
--moduleB
I want that the moduleA and moduleB package phase would add the SVN info to the moduleA and moduleB build results: for example moduleA-.jar.
Thanks,
Aviad
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 内部版本号 Maven 插件。
You could use the build number maven plugin.