105 lines
3.1 KiB
XML
105 lines
3.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>
|
|
|
|
|
|
<server>
|
|
<id>millicom-nexus-mirror</id>
|
|
<username>admin</username>
|
|
<password>LTLmv4sPnAp9Hpb</password>
|
|
<configuration>
|
|
<httpHeaders>
|
|
<property>
|
|
<name>Private-Token</name>
|
|
<value>XXXXXXXXXX</value>
|
|
</property>
|
|
</httpHeaders>
|
|
</configuration>
|
|
|
|
</server>
|
|
<server>
|
|
<id>millicom-nexus-cbs-mirror</id>
|
|
<username>admin</username>
|
|
<password>LTLmv4sPnAp9Hpb</password>
|
|
<configuration>
|
|
<httpHeaders>
|
|
<property>
|
|
<name>Private-Token</name>
|
|
<value>XXXXXXXXXX</value>
|
|
</property>
|
|
</httpHeaders>
|
|
</configuration>
|
|
|
|
</server>
|
|
</servers>
|
|
|
|
<mirrors>
|
|
|
|
<mirror>
|
|
<id>millicom-nexus-mirror</id>
|
|
<name>Mirror</name>
|
|
<url>http://3.208.115.4:30081/repository/maven-public</url>
|
|
<mirrorOf>millicom-nexus</mirrorOf>
|
|
|
|
</mirror>
|
|
<mirror>
|
|
<id>millicom-nexus-cbs-mirror</id>
|
|
<name>Mirror CBS</name>
|
|
<url>http://3.208.115.4:30081/repository/maven-public-cbs</url>
|
|
<mirrorOf>millicom-nexus-cbs</mirrorOf>
|
|
|
|
</mirror>
|
|
<mirror>
|
|
<id>maven-default-http-blocker</id>
|
|
<mirrorOf>external:dummy:*</mirrorOf>
|
|
<name>Pseudo repository to mirror external repositories initially using HTTP.</name>
|
|
<url>http://0.0.0.0/</url>
|
|
|
|
</mirror>
|
|
|
|
|
|
<mirror>
|
|
<id>nexus</id>
|
|
<mirrorOf>*</mirrorOf>
|
|
<!-- <url>https://nexus.myapps.bo/repository/maven-public/</url>-->
|
|
<url>http://10.0.0.126:8084/repository/maven-public/</url>
|
|
</mirror>
|
|
</mirrors>
|
|
|
|
|
|
<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>
|
|
|
|
<profile>
|
|
<id>offline</id>
|
|
<properties>
|
|
<maven.offline>true</maven.offline>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
|
|
<activeProfiles>
|
|
<activeProfile>sonar</activeProfile>
|
|
</activeProfiles>
|
|
|
|
</settings> |