settings.xml
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository>D:\repo\paas_V2R1_git</localRepository>
<profiles>
<profile>
<id>turmeric</id>
<repositories>
<repository>
<id>central</id>
<name>local private nexus</name>
<url>http://10.93.64.153:8080/repository/Paas_V2R1_Main_new</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<name>local private nexus</name>
<url>http://10.93.64.153:8080/repository/Paas_V2R1_Main_new</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<servers>
<server>
<id>releases</id>
<username>telco_os_user</username>
<password>Huawei2016!@#$</password>
</server>
<server>
<id>snapshots</id>
<username>telco_os_user</username>
<password>Huawei2016!@#$</password>
</server>
</servers>
<activeProfiles>
<activeProfile>turmeric</activeProfile>
</activeProfiles>
</settings>
浙公网安备 33010602011771号