| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
- 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>
- <servers>
- <server>
- <id>repo-fxdgg</id>
- <username>684e7f864731dac66480b3c1</username>
- <password>q81aGqq-sc_G</password>
- </server>
- </servers>
- <profiles>
- <profile>
- <id>rdc</id>
- <properties>
- <altReleaseDeploymentRepository>
- repo-fxdgg::default::https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg
- </altReleaseDeploymentRepository>
- <altSnapshotDeploymentRepository>
- repo-fxdgg::default::https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg
- </altSnapshotDeploymentRepository>
- </properties>
- <repositories>
- <repository>
- <id>central</id>
- <url>https://maven.aliyun.com/nexus/content/groups/public</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots</id>
- <url>https://maven.aliyun.com/nexus/content/groups/public</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>repo-fxdgg</id>
- <url>https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>central</id>
- <url>https://maven.aliyun.com/nexus/content/groups/public</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>snapshots</id>
- <url>https://maven.aliyun.com/nexus/content/groups/public</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>repo-fxdgg</id>
- <url>https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
- </profiles>
- <activeProfiles>
- <activeProfile>rdc</activeProfile>
- </activeProfiles>
- </settings>
|