Build and Version Numbering for Java Projects (ant, cvs, hudson)

后端 未结 9 1058
野的像风
野的像风 2020-11-29 14:38

What are current best-practices for systematic build numbering and version number management in Java projects? Specifically:

  • How to manage build numbers sy

9条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-29 15:06

    You may also want to take a look at BuildNumber Maven plugin and Ant task in one jar found at http://code.google.com/p/codebistro/wiki/BuildNumber. I tried to make it simple and straightforward. It is a very small jar file that only depends on command line Subversion installed.

提交回复
热议问题