2023-12-08 10:25:07 +01:00
|
|
|
<settings>
|
|
|
|
<pluginGroups>
|
|
|
|
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
|
|
|
|
</pluginGroups>
|
|
|
|
<servers>
|
2024-02-20 14:35:56 +01:00
|
|
|
<server>
|
2024-04-23 10:19:41 +02:00
|
|
|
<id>cite-repo</id>
|
2024-02-20 14:35:56 +01:00
|
|
|
<username>${server_username}</username>
|
|
|
|
<password>${server_password}</password>
|
|
|
|
</server>
|
2023-12-08 10:25:07 +01:00
|
|
|
</servers>
|
2024-02-20 14:35:56 +01:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
2024-04-23 10:08:47 +02:00
|
|
|
<id>release</id>
|
2024-02-20 14:35:56 +01:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
2024-04-23 10:08:47 +02:00
|
|
|
<id>central</id>
|
|
|
|
<name>Central Repository</name>
|
|
|
|
<url>https://repo.maven.apache.org/maven2</url>
|
|
|
|
<layout>default</layout>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>cite-repo</id>
|
|
|
|
<name>CITE Maven Repo</name>
|
|
|
|
<url>${citeMavenRepoUrl}</url>
|
2024-02-20 14:35:56 +01:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2024-04-23 10:19:41 +02:00
|
|
|
</settings>
|