I am using the osmorc plugin in IntelliJ to build OSGI modules. This allows me to define a bundle version. I would like the bundle version to include a timestamp for each build, 1.0.1.201204241456 for example.
Can osmorc support this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the plugin uses bnd under the covers, then you should be able to use 1.0.1.${tstamp}
You can format the printout, see http://www.aqute.biz/Bnd/Macros
However, I am not 100% sure it (still) uses bnd under the covers