|
@@ -1,7 +1,4 @@
|
|
|
-<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">
|
|
|
|
|
|
|
+<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>
|
|
<mirrors>
|
|
|
<mirror>
|
|
<mirror>
|
|
|
<id>mirror</id>
|
|
<id>mirror</id>
|
|
@@ -10,27 +7,87 @@
|
|
|
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
|
|
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
</mirror>
|
|
</mirror>
|
|
|
</mirrors>
|
|
</mirrors>
|
|
|
-
|
|
|
|
|
|
|
+ <servers>
|
|
|
|
|
+ <server>
|
|
|
|
|
+ <id>repo-fxdgg</id>
|
|
|
|
|
+ <username>684e7f864731dac66480b3c1</username>
|
|
|
|
|
+ <password>q81aGqq-sc_G</password>
|
|
|
|
|
+ </server>
|
|
|
|
|
+ </servers>
|
|
|
<profiles>
|
|
<profiles>
|
|
|
<profile>
|
|
<profile>
|
|
|
<id>rdc</id>
|
|
<id>rdc</id>
|
|
|
<properties>
|
|
<properties>
|
|
|
- <altReleaseDeploymentRepository>
|
|
|
|
|
- repo-fxdgg::default::https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg
|
|
|
|
|
- </altReleaseDeploymentRepository>
|
|
|
|
|
|
|
+ <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>
|
|
</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>
|
|
</profile>
|
|
|
</profiles>
|
|
</profiles>
|
|
|
-
|
|
|
|
|
<activeProfiles>
|
|
<activeProfiles>
|
|
|
<activeProfile>rdc</activeProfile>
|
|
<activeProfile>rdc</activeProfile>
|
|
|
</activeProfiles>
|
|
</activeProfiles>
|
|
|
-
|
|
|
|
|
- <servers>
|
|
|
|
|
- <server>
|
|
|
|
|
- <id>repo-fxdgg</id>
|
|
|
|
|
- <username>684e7f864731dac66480b3c1</username>
|
|
|
|
|
- <password>q81aGqq-sc_G</password>
|
|
|
|
|
- </server>
|
|
|
|
|
- </servers>
|
|
|
|
|
</settings>
|
|
</settings>
|