is it possible to construct like http address in pom.xml properties? eg:
<properties> <app_url>https://${app_name}.${domain_name}</app_url> </properties>