Hi,
we try to add a dependency on the most recent Sonar Orchestrator release for our integration tests: Release 3.38.0.115 · SonarSource/orchestrator · GitHub
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
<version>3.38.0.115</version>
<scope>test</scope>
</dependency>
But is seems it is not available in Maven Central: Maven Central Repository Search
Can it be made available in Maven Central? Thanks.