| 12345678910111213141516171819202122232425262728293031323334353637 |
- <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">
- <mirrors>
- <mirror>
- <id>mirror</id>
- <mirrorOf>central,jcenter,!repo-fxdgg</mirrorOf>
- <name>mirror</name>
- <url>https://maven.aliyun.com/nexus/content/groups/public</url>
- </mirror>
- </mirrors>
- <profiles>
- <profile>
- <id>rdc</id>
- <properties>
- <altReleaseDeploymentRepository>
- repo-fxdgg::default::https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg
- </altReleaseDeploymentRepository>
- </properties>
- </profile>
- </profiles>
- <activeProfiles>
- <activeProfile>rdc</activeProfile>
- </activeProfiles>
- <servers>
- <server>
- <id>repo-fxdgg</id>
- <username>684e7f864731dac66480b3c1</username>
- <password>q81aGqq-sc_G</password>
- </server>
- </servers>
- </settings>
|