Files

155 lines
5.8 KiB
XML

<settings>
<pluginGroups>
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
</pluginGroups>
<servers>
<server>
<id>italy-vlt-virtual</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inggRepo</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inggReleases</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inggSnapshots</id>
<username>service.ci.corehub</username>
<password>APAMhozmWvnbajKASETtEhf2fpr</password>
</server>
<server>
<id>repoPlugins</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>jcenter</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>releasePlugins</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>jcenterPlugins</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inspired-corporate</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>inspired-rpm-release</id>
<username>reazul.ashraf</username>
<password>APGb3CYtNHNBLddz53HxVqjvu1</password>
</server>
<server>
<id>registry.docker.ingg.com</id>
<username>service.ci.corehub</username>
<password>APAMhozmWvnbajKASETtEhf2fpr</password>
</server>
<server>
<id>inspired-release</id>
<username>service.ci.corehub</username>
<password>APAMhozmWvnbajKASETtEhf2fpr</password>
</server>
<server>
<id>inspired-snapshot</id>
<username>service.ci.corehub</username>
<password>APAMhozmWvnbajKASETtEhf2fpr</password>
</server>
</servers>
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>inggReleases</id>
<name>INGG Releases</name>
<url>https://artifactory.ingg.com/artifactory/releases-local</url>
</repository>
<repository>
<id>inggRepo</id>
<name>INGG Repo</name>
<url>https://artifactory.ingg.com/artifactory/repo</url>
</repository>
<repository>
<id>inggSnapshots</id>
<name>INGG Snapshots</name>
<url>https://artifactory.ingg.com/artifactory/snapshots-local</url>
</repository>
<!-- repository>
<id>italy-vlt-virtual</id>
<name>Inspired Italy VLT Virtual</name>
<url>https://artifactory.ingg.com/artifactory/italy-vlt-virtual</url>
</repository -->
<repository>
<id>jcenter</id>
<name>Jcenter</name>
<url>https://artifactory.ingg.com/artifactory/jcenter-cache</url>
</repository>
<repository>
<id>inspired-rpm-release</id>
<name>Inspired rpm Release Repository</name>
<url>https://artifactory.ingg.com/artifactory/rpm-releases-local</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repoPlugins</id>
<name>INGG Plugins</name>
<url>https://artifactory.ingg.com/artifactory/repo</url>
</pluginRepository>
<pluginRepository>
<id>releasePlugins</id>
<name>INGG Plugins</name>
<url>https://artifactory.ingg.com/artifactory/releases-local</url>
</pluginRepository>
<pluginRepository>
<id>jcenterPlugins</id>
<name>INGG Releases</name>
<url>https://artifactory.ingg.com/artifactory/jcenter-cache</url>
</pluginRepository>
</pluginRepositories>
<properties>
<sonar.host.url>https://sonarqube-prod.ingg.com</sonar.host.url>
<sonar.token>squ_ae98534ea9731dfe99697459b2c9c543a7438e19</sonar.token>
<sonar.exclusions>**/target/**,**/src/main/c++/**</sonar.exclusions>
</properties>
</profile>
</profiles>
<mirrors>
<!--mirror>
<id>italy-vlt-virtual</id>
<name>INGG Artifactory</name>
<url>https://artifactory.ingg.com/artifactory/italy-vlt-virtual</url>
<mirrorOf>italy-vlt-virtual</mirrorOf>
</mirror -->
<mirror>
<id>inspired-corporate</id>
<url>https://artifactory.ingg.com/artifactory/repo</url>
<mirrorOf>*</mirrorOf>
</mirror>
<mirror>
<id>scala-3rd-party</id>
<mirrorOf>external:http:*</mirrorOf>
<url>http://scala-tools.org/repo-releases</url>
</mirror>
</mirrors>
</settings>