Add SonarQube related properties
'sonar.projectKey' and 'sonar.projectName' properties were not set on the Maven command line. Because of their default values, they had the same value for all Orekit forks. All analysis reports were therefore pushed in the same SonarQube project, which was not appropriate. This modification will improve the CI behavior by setting a specific value for these proprerties for each fork.
Please register or sign in to comment