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