2024-02-09 17:50:34 +01:00
|
|
|
<settings>
|
|
|
|
<pluginGroups>
|
|
|
|
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
|
|
|
|
</pluginGroups>
|
|
|
|
<servers>
|
|
|
|
<server>
|
2024-02-20 15:01:31 +01:00
|
|
|
<id>dev</id>
|
|
|
|
<username>${server_username}</username>
|
|
|
|
<password>${server_password}</password>
|
2024-02-09 17:50:34 +01:00
|
|
|
</server>
|
|
|
|
</servers>
|
2024-02-20 15:01:31 +01:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>dev</id>
|
|
|
|
<repositories>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<repository>
|
|
|
|
<id>dev</id>
|
|
|
|
<name>Dev Profile</name>
|
|
|
|
<url>${devProfileUrl}</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2024-02-09 17:50:34 +01:00
|
|
|
</settings>
|