How to include workspaceUUID and buildLabel into text file inside ear file
![]() 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
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Nov 14 '18, 2:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER ${team.scm.workspaceUUID}-${buildLabel}>>mybuildInfo.txt ? |