Mod aaa-12 修改针对公司nexus的本地maven配置
RCA: SOL: 修改人:dongxiancun 检视人:dongxiancun
This commit is contained in:
parent
f3e6de07d1
commit
7c86972ee6
|
@ -98,12 +98,44 @@
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>cmhiodlreleaseprofile</id>
|
<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>
|
<repositories>
|
||||||
<!--
|
<!--
|
||||||
aliyun
|
aliyun
|
||||||
-->
|
-->
|
||||||
<repository>
|
<repository>
|
||||||
<id>ali</id>
|
<id>public-repo-net</id>
|
||||||
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
|
@ -145,22 +177,11 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</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>
|
</repositories>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>ali</id>
|
<id>public-repo-net</id>
|
||||||
<name>aliyun-pluginRepository</name>
|
<name>aliyun-pluginRepository</name>
|
||||||
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||||
<releases>
|
<releases>
|
||||||
|
@ -170,22 +191,11 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</pluginRepository>
|
</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>
|
</pluginRepositories>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
<activeProfiles>
|
<activeProfiles>
|
||||||
|
<activeProfile>dev</activeProfile>
|
||||||
<activeProfile>cmhiodlreleaseprofile</activeProfile>
|
<activeProfile>cmhiodlreleaseprofile</activeProfile>
|
||||||
<activeProfile>cmhiodlsnapshotprofile</activeProfile>
|
<activeProfile>cmhiodlsnapshotprofile</activeProfile>
|
||||||
</activeProfiles>
|
</activeProfiles>
|
||||||
|
|
Loading…
Reference in New Issue