demokafka/nexus-settings.xml
MSI\migue af79311754
Some checks failed
continuous-integration/drone/push Build is failing
first commit
2025-04-14 17:53:02 -04:00

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>