Maven:自动增量maven中的版本

发布于 2024-12-12 07:32:35 字数 259 浏览 0 评论 0原文

我正在使用 Maven 2.0 正如您从下面一行中看到的,我将版本硬编码为 1.0

是否有可能对于每个构建版本都会自动递增。

  <copy file="D:/MyWeb/service/target/MyWeb-ws-1.0.war" tofile="C:/Softwares/apache-tomcat-6.0.33/webapps/MyWeb-ws-1.0.war" />

请大家推荐一下,非常感谢。

I am using Maven 2.0
As you can see from the below line , i am hardcoding the version as 1.0

Is it possible that for every build the version automatically increments .

  <copy file="D:/MyWeb/service/target/MyWeb-ws-1.0.war" tofile="C:/Softwares/apache-tomcat-6.0.33/webapps/MyWeb-ws-1.0.war" />

Please suggest , thank you very much .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

故事灯 2024-12-19 07:32:35

您可以使用 Build Number Maven 插件来实现此目的。

正如他们的网页所记录的那样,

该插件以 3 种方式之一工作:使用 SCM、使用顺序
内部版本号,或带有时间戳。

您可以选择您方便的一种。

You can look at using the Build Number Maven Plugin for this.

As documented in their web page,

This plugin works in one of 3 ways: with an SCM, with a sequential
build number, or with a timestamp.

You can choose the one which is convenient to you.

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