2019-07-17 09:36:11 +00:00
|
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
|
|
<settings>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<mirrors>
|
|
|
|
|
<mirror>
|
|
|
|
|
<id>odlmirror1</id>
|
|
|
|
|
<name>opendaylight-release-mirror</name>
|
|
|
|
|
<mirrorOf>opendaylight-release</mirrorOf> <!--拦截 pom 文件配置的 repository-->
|
|
|
|
|
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-release/</url>
|
|
|
|
|
</mirror>
|
|
|
|
|
|
|
|
|
|
<mirror>
|
|
|
|
|
<id>odlmirror2</id>
|
|
|
|
|
<name>opendaylight-snapshot-mirror</name>
|
|
|
|
|
<mirrorOf>opendaylight-snapshot</mirrorOf> <!--拦截 pom 文件配置的 repository-->
|
|
|
|
|
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-snapshot/</url>
|
|
|
|
|
</mirror>
|
|
|
|
|
|
|
|
|
|
<mirror>
|
|
|
|
|
<id>aliyunmirror</id>
|
|
|
|
|
<mirrorOf>central</mirrorOf> <!--覆盖 Maven 默认的配置的中央仓库-->
|
|
|
|
|
<name>ALIYUN maven</name>
|
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
|
</mirror>
|
|
|
|
|
|
|
|
|
|
</mirrors>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<servers>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<!--
|
|
|
|
|
-->
|
|
|
|
|
<server>
|
|
|
|
|
<id>public-nexus</id>
|
|
|
|
|
<username>aqb</username>
|
|
|
|
|
<password>aqb123</password>
|
|
|
|
|
</server>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<server>
|
|
|
|
|
<id>local-nexus</id>
|
|
|
|
|
<username>aqb</username>
|
|
|
|
|
<password>aqb123</password>
|
|
|
|
|
</server>
|
|
|
|
|
<server>
|
|
|
|
|
<id>local-snapshot</id>
|
|
|
|
|
<username>aqb</username>
|
|
|
|
|
<password>aqb123</password>
|
|
|
|
|
</server>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<server>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<id>cmhi-odlrelease</id>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<username>aqb</username>
|
|
|
|
|
<password>aqb123</password>
|
|
|
|
|
</server>
|
|
|
|
|
<server>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<id>cmhi-odlsnapshot</id>
|
|
|
|
|
<username>aqb</username>
|
|
|
|
|
<password>aqb123</password>
|
|
|
|
|
</server>
|
|
|
|
|
<server>
|
|
|
|
|
<id>opendaylight-release</id>
|
|
|
|
|
<username>aqb</username>
|
|
|
|
|
<password>aqb123</password>
|
|
|
|
|
</server>
|
|
|
|
|
<server>
|
|
|
|
|
<id>opendaylight-snapshot</id>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<username>aqb</username>
|
|
|
|
|
<password>aqb123</password>
|
|
|
|
|
</server>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
|
2019-07-17 09:36:11 +00:00
|
|
|
|
</servers>
|
|
|
|
|
<profiles>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<!--倒序,从上往下合并repositories,合并到最下面的profile,最下面的优先级高-->
|
|
|
|
|
<profile>
|
|
|
|
|
<id>cmhiodlsnapshotprofile</id>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<repositories>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<repository>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<id>cmhi-odlsnapshot</id>
|
|
|
|
|
<name>cmhi-odlsnapshot</name>
|
|
|
|
|
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-snapshot/</url>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<releases>
|
|
|
|
|
<enabled>false</enabled>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<enabled>true</enabled>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
</repositories>
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>cmhi-odlsnapshot</id>
|
|
|
|
|
<name>cmhi-odlsnapshot</name>
|
|
|
|
|
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-snapshot/</url>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<releases>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
</profile>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<profile>
|
|
|
|
|
<id>cmhiodlreleaseprofile</id>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<repositories>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<repository>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<id>cmhi-odlrelease</id>
|
|
|
|
|
<name>cmhi-odlrelease</name>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<url>http://nexus.komect.net/nexus/content/repositories/opendaylight-release/</url>
|
|
|
|
|
<releases>
|
|
|
|
|
<enabled>true</enabled>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<updatePolicy>never</updatePolicy>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
</repositories>
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
<pluginRepository>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<id>cmhi-odlrelease</id>
|
|
|
|
|
<name>cmhi-odlrelease</name>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<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>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<profile>
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<!-- 设定远程主仓库,按设定顺序进行查找。 -->
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<repositories>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<!--
|
|
|
|
|
aliyun
|
|
|
|
|
-->
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<repository>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<id>ali</id>
|
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
|
<releases>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
<!--
|
|
|
|
|
公司
|
|
|
|
|
-->
|
|
|
|
|
<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>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
<releases>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
|
2019-07-17 09:36:11 +00:00
|
|
|
|
</repositories>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<pluginRepositories>
|
|
|
|
|
<pluginRepository>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<id>ali</id>
|
|
|
|
|
<name>aliyun-pluginRepository</name>
|
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
2019-07-18 01:58:06 +00:00
|
|
|
|
<releases>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
<activeProfiles>
|
|
|
|
|
<activeProfile>dev</activeProfile>
|
2019-07-19 01:47:08 +00:00
|
|
|
|
<activeProfile>cmhiodlreleaseprofile</activeProfile>
|
|
|
|
|
<activeProfile>cmhiodlsnapshotprofile</activeProfile>
|
2019-07-17 09:36:11 +00:00
|
|
|
|
</activeProfiles>
|
|
|
|
|
</settings>
|