secgateway/ControlPlatform/cmhi-settings.xml

143 lines
4.9 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<settings>
<localRepository>E:\mvn_repo2</localRepository>
<servers>
<!--
-->
<server>
<id>public-nexus</id>
<username>aqb</username>
<password>aqb123</password>
</server>
<server>
<id>local-nexus</id>
<username>aqb</username>
<password>aqb123</password>
</server>
<server>
<id>local-snapshot</id>
<username>aqb</username>
<password>aqb123</password>
</server>
<server>
<id>local-odlrelease</id>
<username>aqb</username>
<password>aqb123</password>
</server>
<server>
<id>local-odlsnapshot</id>
<username>aqb</username>
<password>aqb123</password>
</server>
</servers>
<profiles>
<profile>
<id>dev</id>
<repositories>
<!--
-->
<repository>
<id>public-nexus</id>
<url>http://nexus.komect.net/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>local-nexus</id>
<url>http://nexus.komect.net/nexus/content/repositories/aqb/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>local-snapshot</id>
<url>http://nexus.komect.net/nexus/content/repositories/KomectAQBsnapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>opendaylight-release</id>
<repositories>
<repository>
<id>local-odlrelease</id>
<name>local-odlrelease</name>
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-release/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>local-odlrelease</id>
<name>local-odlrelease</name>
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-release/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>opendaylight-snapshots</id>
<repositories>
<repository>
<id>local-odlsnapshot</id>
<name>local-odlsnapshot</name>
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>local-odlsnapshot</id>
<name>local-odlsnapshot</name>
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>dev</activeProfile>
<activeProfile>opendaylight-release</activeProfile>
<activeProfile>opendaylight-snapshots</activeProfile>
</activeProfiles>
</settings>