123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?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">
- <mirrors>
- <!-- <mirror>
- <id>mirror</id>
- <mirrorOf>central,jcenter,!rdc-releases,!rdc-snapshots</mirrorOf>
- <name>mirror</name>
- <url>https://maven.aliyun.com/nexus/content/groups/public</url>
- </mirror> -->
- </mirrors>
- <servers>
- <server>
- <id>rdc-releases</id>
- <username>611f1356fa25fa3e24fe0a16</username>
- <password>076cb0ZdJkdm</password>
- </server>
- <server>
- <id>rdc-snapshots</id>
- <username>611f1356fa25fa3e24fe0a16</username>
- <password>076cb0ZdJkdm</password>
- </server>
- </servers>
- <profiles>
- <profile>
- <id>rdc</id>
- <properties>
- <altReleaseDeploymentRepository>
- rdc-releases::default::https://packages.aliyun.com/maven/repository/2390498-release-I0JIZp/
- </altReleaseDeploymentRepository>
- <altSnapshotDeploymentRepository>
- rdc-snapshots::default::https://packages.aliyun.com/maven/repository/2390498-snapshot-JsYheC/
- </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>rdc-releases</id>
- <url>https://packages.aliyun.com/maven/repository/2390498-release-I0JIZp/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>rdc-snapshots</id>
- <url>https://packages.aliyun.com/maven/repository/2390498-snapshot-JsYheC/</url>
- <releases>
- <enabled>false</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>rdc-releases</id>
- <url>https://packages.aliyun.com/maven/repository/2390498-release-I0JIZp/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>rdc-snapshots</id>
- <url>https://packages.aliyun.com/maven/repository/2390498-snapshot-JsYheC/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
- <repositories>
- <repository>
- <id>douyincloud</id>
- <name>douyincloud</name>
- <url>https://artifacts-cn-beijing.volces.com/repository/douyincloud/</url>
- </repository>
- </repositories>
- </profiles>
- <activeProfiles>
- <activeProfile>rdc</activeProfile>
- </activeProfiles>
- </settings>
|