TIBCOSoftware / bw6-plugin-maven

Plug-in Code for Apache Maven and TIBCO ActiveMatrix BusinessWorks™
Other
65 stars 78 forks source link

BW6 Maven build - update EAR version dynamically #36

Open suneelyaram opened 8 years ago

suneelyaram commented 8 years ago

https://community.tibco.com/questions/bw6-maven-build-update-ear-version-dynamically

rahulkamdar commented 7 years ago

Can you share what you're trying to achieve? @suneelyaram

suneelyaram commented 7 years ago

At the moment, when I run maven goal package, the output EAR file is ${name of the application}${Version of applciation in overview tab under general information}.ear AS IS output: ${name of the application}${Version of applciation in overview tab under general information}.ear

We want to replace ${Version of applciation in overview tab under general information} of output ear file with our build number(eg: in jenkis- replace ${Version of applciation in overview tab under general information} with ${env.BUILDNUMBER}). TO BE output: ${name of the application}${env.BUILD_NUMBER}.ear

Please let me know if it is unclear.

suneelyaram commented 7 years ago

@rahulkamdar .. could you please help us with this question/request?

rahulkamdar commented 7 years ago

@suneelyaram thanks for sharing and sorry for a late reply. I understand the requirement but this request is currently not marked for a timeline. Is this something you can/would like to contribute?