How to not expand a macro

I have the feeling I’m asking this not for the first time, but here we go again:

I’m including a file via -incuderesource: {something.maven}. In this file I have a couple macros, I explicitly not want to be expanded. Do we have some kind of quotes I can use?

Did you try \${dont.expand}?

I did now and it works as advertised. Thanks heaps!