diff --git a/pom.xml b/pom.xml index caf98d0713459e8f2ae0d86c16e70f37c065ab29..05469e8bea32e430b4ae12520924b4cfad56ef94 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,9 @@ <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> + + <sonar.organization>beamline</sonar.organization> + <sonar.host.url>https://sonarcloud.io</sonar.host.url> </properties> <repositories>