You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.5 KiB
XML

<?xml version="1.0"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0">
<localRepository>C:/repo</localRepository>
<servers>
<server>
<id>maven-snapshot</id>
<username>xit-repo-user</username>
<password>xituser!@</password>
</server>
<server>
<id>maven-release</id>
<username>xit-repo-user</username>
<password>xituser!@</password>
</server>
<server>
<id>maven-3rdparty</id>
<username>xit-repo-user</username>
<password>xituser!@</password>
</server>
</servers>
<!--
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>211.119.124.110</host>
<port>8081</port>
</proxy>
</proxies>
-->
<mirrors>
<!--
<mirror>
<id>nexus</id>
<mirrorOf>*</mirrorOf>
<url>http://0.0.0.0</url>
<url>http://211.119.124.110:8081/repository/maven-3rdparty/</url>
<blocked>false</blocked>
</mirror>
-->
<!--
<mirror>
<id>maven-3rdparty</id>
<mirrorOf>*</mirrorOf>
<url>http://211.119.124.110:8081/repository/maven-3rdparty/</url>
<blocked>false</blocked>
</mirror>
<mirror>
<id>xit-repo-snapshot</id>
<mirrorOf>*</mirrorOf>
<url>http://211.119.124.110:8081/repository/maven-snapshots/</url>
<blocked>false</blocked>
</mirror>
<mirror>
<id>xit-repo-release</id>
<mirrorOf>*</mirrorOf>
<url>http://211.119.124.110:8081/repository/maven-releases/</url>
<blocked>false</blocked>
</mirror>
-->
</mirrors>
<profiles>
<profile>
<id>nexus</id>
<repositories>
<!--
<repository>
<id>maven-3rdparty</id>
<url>http://211.119.124.110:8081/repository/maven-3rdparty/</url>
<layout>default</layout>
<snapshotPolicy>always</snapshotPolicy>
</repository>
-->
<!--
<repository>
<id>maven-snapshots</id>
<url>http://211.119.124.110:8081/repository/maven-snapshots/</url>
</repository>
<repository>
<id>maven-releases</id>
<url>http://211.119.124.110:8081/repository/maven-releases/</url>
</repository>
-->
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>nexus</activeProfile>
</activeProfiles>
</settings>