Remove usage of maven profiles in azure ci yaml
Remove usage of maven profiles in build scripts in projects, which do not support profiles.
To build core module and azure module, please use the following approach:
mavenOptions: '-pl provider/{service name}-azure -am -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
-pl - specifies a project
-am - builds dependend projects (for provider/{service name}-azure it is {service name}-core)
Edited by Rostislav Vatolin