35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
|
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
|
<servers>
|
|
<server>
|
|
<id>nexus</id>
|
|
<username>yandel</username>
|
|
<password>yandel</password>
|
|
</server>
|
|
</servers>
|
|
|
|
|
|
<pluginGroups>
|
|
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
|
|
</pluginGroups>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>sonar</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
<properties>
|
|
<sonar.host.url>http://10.0.0.126:9000</sonar.host.url>
|
|
<sonar.login>squ_465ae384ffda803d8e58d9ef0111bef1277c874a</sonar.login>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
|
|
<activeProfiles>
|
|
<activeProfile>sonar</activeProfile>
|
|
</activeProfiles>
|
|
|
|
</settings> |