|
@@ -0,0 +1,135 @@
|
|
|
|
+<?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>
|