We're currently using the Maven sonar plugin to create many branch builds in SonarQube. These branch builds are using sonar.profile to automatically assign the correct profile to branch builds - some are long-lived, some are short lived, but manual intervention of any kind is not an option.
That being said, if going forward sonar.profile is removed, how can you assign profiles to Sonar builds (existing or new) through the Maven sonar plugin? There's the "profile" property that you use in the plugin configuration in the POM, but in the end, isn't that just sonar.profile, too?
Thanks!