I have been trying to use $ for buildArgs command
<buildArgs>git archive -o myfile.zip HEAD $(git diff --name-only remotes/origin/master)</buildArgs>
Cruise control is treating $ as a directive to resolve the symbol and giving error Internal Error: Reference to unknown symbol
Is there any way I can use $ as a symbol?