Mod aaa-12 修改针对公司nexus的本地maven配置
RCA: SOL: 修改人:dongxiancun 检视人:dongxiancun
This commit is contained in:
parent
f3e6de07d1
commit
7c86972ee6
|
@ -99,11 +99,43 @@
|
|||
<profile>
|
||||
<id>cmhiodlreleaseprofile</id>
|
||||
<repositories>
|
||||
<!--
|
||||
<repository>
|
||||
<id>cmhi-odlrelease</id>
|
||||
<name>cmhi-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>cmhi-odlrelease</id>
|
||||
<name>cmhi-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>dev</id>
|
||||
<!-- 设定远程主仓库,按设定顺序进行查找。 -->
|
||||
<repositories>
|
||||
<!--
|
||||
aliyun
|
||||
-->
|
||||
<repository>
|
||||
<id>ali</id>
|
||||
<id>public-repo-net</id>
|
||||
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
|
@ -135,7 +167,7 @@
|
|||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<repository>
|
||||
<id>local-snapshot</id>
|
||||
<url>http://nexus.komect.net/nexus/content/repositories/KomectAQBsnapshot/</url>
|
||||
<releases>
|
||||
|
@ -145,22 +177,11 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>cmhi-odlrelease</id>
|
||||
<name>cmhi-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>ali</id>
|
||||
<pluginRepository>
|
||||
<id>public-repo-net</id>
|
||||
<name>aliyun-pluginRepository</name>
|
||||
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||
<releases>
|
||||
|
@ -170,22 +191,11 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>cmhi-odlrelease</id>
|
||||
<name>cmhi-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>
|
||||
</profiles>
|
||||
<activeProfiles>
|
||||
<activeProfile>dev</activeProfile>
|
||||
<activeProfile>cmhiodlreleaseprofile</activeProfile>
|
||||
<activeProfile>cmhiodlsnapshotprofile</activeProfile>
|
||||
</activeProfiles>
|
||||
|
|
Loading…
Reference in New Issue