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 (62.3k33643) | 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.