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