secgateway/ControlPlatform/cmhi-settings.xml

78 lines
2.6 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<settings>
<localRepository>E:\mvn_repo2</localRepository>
<servers>
<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>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>
<repository>
<id>local-odlrelease</id>
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-release/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>local-odlsnapshot</id>
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>dev</activeProfile>
</activeProfiles>
</settings>