My application has to use a CDN in production. We don't want to use the same CDN in development and production. How and where can I define a property "CDN_URL" for each build profile so that it is substituted at buid time or retrieved dynamically at runtime.
I'd like to write something like:
<link rel="stylesheet" type="text/css" href="${CDN_URL}/styles/base.css" />