vote up 5 vote down star
2

I would like to be able to, as part of a maven build, set the build number (doesn't matter exactly what) in a properties file/class (so I can show it in a UI). Any ideas?

flag

3 Answers

vote up 5 vote down check

We used the Build Number Plugin now available from Codehaus. It can generate a sequential build number or allows you to use the time stamp.

link|flag
vote up 1 vote down

The Maven build number plugin should do what you want.

link|flag
vote up 0 vote down

I use the maven-property-plugin to store the CruiseControl build label in a properties file (the build label is is available as a system property named 'label').

A post on how to do this with Hudson.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.