It's all about the answers!

Ask a question

How to include workspaceUUID and buildLabel into text file inside ear file


Justin Mayhew (111) | asked Nov 13 '18, 2:08 p.m.

I want to include a text file into my RTC/Maven ear file build. Is there an easy way to get this done or maybe something simple that I am overthinking. 


I want include a file such as:

applicationVersion.txt 

Inside the text file I want to include the workspaceUUID and BuildLabel:

${team.scm.workspaceUUID}-${buildLabel}

ex. Development-20181113_1234

 

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Nov 14 '18, 2:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 ${team.scm.workspaceUUID}-${buildLabel}>>mybuildInfo.txt ?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.